Package org.apache.mahout.ga.watchmaker.cd

Interface Summary
Rule Classification rule.
 

Class Summary
CDCrossover Crossover operator.
CDFactory Factory used by Watchmaker to generate the initial population.
CDFitness Fitness of the class discovery problem.
CDFitnessEvaluator Class Discovery Fitness Evaluator.
CDGA Class Discovery Genetic Algorithm main class.
CDMutation Mutation operator.
CDRule Binary classification rule of the form:
DataLine Represents one line of a Dataset.
DataSet Contains information about the dataset and its attributes.
FileInfoParser Initializes a DataSet using a special format file.
The file contains for each attribute one of the following:
IGNORED
if the attribute is ignored LABEL, val1, val2, ...
if the attribute is the label, and its possible values CATEGORICAL, val1, val2, ...
if the attribute is nominal, and its possible values NUMERICAL, min, max
if the attribute is numerical, and its min and max values
 



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