Uses of Class
org.apache.mahout.classifier.df.DecisionForest

Packages that use DecisionForest
org.apache.mahout.classifier.df   
org.apache.mahout.classifier.df.mapreduce   
org.apache.mahout.classifier.df.mapreduce.inmem In-memory mapreduce implementation of Random Decision Forests 
org.apache.mahout.classifier.df.mapreduce.partial Partial-data mapreduce implementation of Random Decision Forests 
org.apache.mahout.classifier.df.ref   
org.apache.mahout.classifier.df.tools   
 

Uses of DecisionForest in org.apache.mahout.classifier.df
 

Methods in org.apache.mahout.classifier.df that return DecisionForest
static DecisionForest DecisionForest.load(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path forestPath)
          Load the forest from a single file or a directory of files
 

Uses of DecisionForest in org.apache.mahout.classifier.df.mapreduce
 

Methods in org.apache.mahout.classifier.df.mapreduce that return DecisionForest
 DecisionForest Builder.build(int nbTrees)
           
protected abstract  DecisionForest Builder.parseOutput(org.apache.hadoop.mapreduce.Job job)
          Parse the output files to extract the trees and pass the predictions to the callback
 

Uses of DecisionForest in org.apache.mahout.classifier.df.mapreduce.inmem
 

Methods in org.apache.mahout.classifier.df.mapreduce.inmem that return DecisionForest
protected  DecisionForest InMemBuilder.parseOutput(org.apache.hadoop.mapreduce.Job job)
           
 

Uses of DecisionForest in org.apache.mahout.classifier.df.mapreduce.partial
 

Methods in org.apache.mahout.classifier.df.mapreduce.partial that return DecisionForest
protected  DecisionForest PartialBuilder.parseOutput(org.apache.hadoop.mapreduce.Job job)
           
 

Uses of DecisionForest in org.apache.mahout.classifier.df.ref
 

Methods in org.apache.mahout.classifier.df.ref that return DecisionForest
 DecisionForest SequentialBuilder.build(int nbTrees)
           
 

Uses of DecisionForest in org.apache.mahout.classifier.df.tools
 

Methods in org.apache.mahout.classifier.df.tools with parameters of type DecisionForest
static String ForestVisualizer.toString(DecisionForest forest, Dataset dataset, String[] attrNames)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.