|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDFitness | |
---|---|
org.apache.mahout.ga.watchmaker.cd | |
org.apache.mahout.ga.watchmaker.cd.hadoop |
Uses of CDFitness in org.apache.mahout.ga.watchmaker.cd |
---|
Methods in org.apache.mahout.ga.watchmaker.cd with parameters of type CDFitness | |
---|---|
void |
CDFitness.add(CDFitness f)
|
Constructors in org.apache.mahout.ga.watchmaker.cd with parameters of type CDFitness | |
---|---|
CDFitness(CDFitness f)
|
Uses of CDFitness in org.apache.mahout.ga.watchmaker.cd.hadoop |
---|
Methods in org.apache.mahout.ga.watchmaker.cd.hadoop that return CDFitness | |
---|---|
static CDFitness |
CDMapper.evaluate(int target,
int prediction,
int label)
Evaluate a given prediction. |
static CDFitness |
CDMahoutEvaluator.evaluate(Rule rule,
int target,
org.apache.hadoop.fs.Path inpath,
org.apache.hadoop.fs.Path output,
DatasetSplit split)
Evaluate a single rule. |
Method parameters in org.apache.mahout.ga.watchmaker.cd.hadoop with type arguments of type CDFitness | |
---|---|
static void |
CDMahoutEvaluator.evaluate(List<? extends Rule> rules,
int target,
org.apache.hadoop.fs.Path inpath,
org.apache.hadoop.fs.Path output,
Collection<CDFitness> evaluations)
Use all the dataset for training. |
static void |
CDMahoutEvaluator.evaluate(List<? extends Rule> rules,
int target,
org.apache.hadoop.fs.Path inpath,
org.apache.hadoop.fs.Path output,
Collection<CDFitness> evaluations,
DatasetSplit split)
Uses Mahout to evaluate the classification rules using the given evaluator. |
protected void |
CDReducer.reduce(org.apache.hadoop.io.LongWritable key,
Iterable<CDFitness> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |