|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule | |
---|---|
org.apache.mahout.ga.watchmaker.cd | |
org.apache.mahout.ga.watchmaker.cd.hadoop |
Uses of Rule in org.apache.mahout.ga.watchmaker.cd |
---|
Classes in org.apache.mahout.ga.watchmaker.cd that implement Rule | |
---|---|
class |
CDRule
Binary classification rule of the form: |
Method parameters in org.apache.mahout.ga.watchmaker.cd with type arguments of type Rule | |
---|---|
protected void |
CDFitnessEvaluator.evaluate(List<? extends Rule> population,
List<Double> evaluations)
|
Uses of Rule in org.apache.mahout.ga.watchmaker.cd.hadoop |
---|
Methods in org.apache.mahout.ga.watchmaker.cd.hadoop with parameters of type Rule | |
---|---|
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 Rule | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |