Uses of Class
org.apache.mahout.classifier.df.mapreduce.Builder

Packages that use Builder
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 
 

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

Subclasses of Builder in org.apache.mahout.classifier.df.mapreduce.inmem
 class InMemBuilder
          MapReduce implementation where each mapper loads a full copy of the data in-memory.
 

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

Subclasses of Builder in org.apache.mahout.classifier.df.mapreduce.partial
 class PartialBuilder
          Builds a random forest using partial data.
 



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