Method parameters in org.apache.mahout.ga.watchmaker.cd.hadoop with type arguments of type CDFitness |
static void |
CDMahoutEvaluator.evaluate(java.util.List<? extends Rule> rules,
int target,
org.apache.hadoop.fs.Path inpath,
java.util.List<CDFitness> evaluations)
Use all the dataset for training. |
static void |
CDMahoutEvaluator.evaluate(java.util.List<? extends Rule> rules,
int target,
org.apache.hadoop.fs.Path inpath,
java.util.List<CDFitness> evaluations,
DatasetSplit split)
Uses Mahout to evaluate the classification rules using the given evaluator. |
void |
CDMapper.map(org.apache.hadoop.io.LongWritable key,
org.apache.hadoop.io.Text value,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.LongWritable,CDFitness> output,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
CDReducer.reduce(org.apache.hadoop.io.LongWritable key,
java.util.Iterator<CDFitness> values,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.LongWritable,CDFitness> output,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
CDReducer.reduce(org.apache.hadoop.io.LongWritable key,
java.util.Iterator<CDFitness> values,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.LongWritable,CDFitness> output,
org.apache.hadoop.mapred.Reporter reporter)
|