Java org.apache.mahout.classifier.df DecisionForest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.classifier.df DecisionForest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.classifier.df DecisionForest.

The text is from its open source code.

Method

doubleclassify(Dataset dataset, Random rng, Instance instance)
predicts the label for the instance
DecisionForestload(Configuration conf, Path forestPath)
Load the forest from a single file or a directory of files
longmeanMaxDepth()
longmeanNbNodes()
longnbNodes()