Uses of Class
org.apache.mahout.df.mapred.partial.Step0Job.Step0Output

Packages that use Step0Job.Step0Output
org.apache.mahout.df.mapred.partial
Partial-data mapreduce implementation of Random Decision Forests
 
The builder splits the data, using a FileInputSplit, among the mappers. 
 

Uses of Step0Job.Step0Output in org.apache.mahout.df.mapred.partial
 

Methods in org.apache.mahout.df.mapred.partial that return Step0Job.Step0Output
protected  Step0Job.Step0Output Step0Job.Step0Output.clone()
           
protected  Step0Job.Step0Output[] Step0Job.parseOutput(org.apache.hadoop.mapred.JobConf job)
          Extracts the output and processes it
protected static Step0Job.Step0Output[] Step0Job.processOutput(int[] keys, Step0Job.Step0Output[] values)
          Replaces the first id for each partition in Hadoop's order
 Step0Job.Step0Output[] Step0Job.run(org.apache.hadoop.conf.Configuration conf)
          Computes the partitions' first ids in Hadoop's order
 

Methods in org.apache.mahout.df.mapred.partial with parameters of type Step0Job.Step0Output
 int Step0Job.Step0Output.compareTo(Step0Job.Step0Output obj)
           
static int[] Step0Job.Step0Output.extractFirstIds(Step0Job.Step0Output[] partitions)
           
static int[] Step0Job.Step0Output.extractSizes(Step0Job.Step0Output[] partitions)
           
protected static Step0Job.Step0Output[] Step0Job.processOutput(int[] keys, Step0Job.Step0Output[] values)
          Replaces the first id for each partition in Hadoop's order
 

Constructors in org.apache.mahout.df.mapred.partial with parameters of type Step0Job.Step0Output
Step2Job(org.apache.hadoop.fs.Path base, org.apache.hadoop.fs.Path dataPath, org.apache.hadoop.fs.Path datasetPath, Step0Job.Step0Output[] partitions)
           
 



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