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

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

Uses of DecisionForest in org.apache.mahout.df
 

Methods in org.apache.mahout.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
static DecisionForest DecisionForest.read(DataInput dataInput)
           
 

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

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

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

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

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

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

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

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



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.