A B C D E F G H I J K L M N O P R S T V W

C

Classifier - interface classifier.Classifier.
 
Condition - class classifier.gp.Condition.
 
Condition() - Constructor for class classifier.gp.Condition
 
CrossoverOperator - interface classifier.gp.CrossoverOperator.
Interface that has to be implemented by every crossover implementation
CrossoverPlain - class classifier.gp.CrossoverPlain.
Implementation of the classical crossover operator
CrossoverPlain(int, double, boolean) - Constructor for class classifier.gp.CrossoverPlain
Inizialize the parameters of the crossover
check(Population[]) - Method in interface classifier.gp.fitnessCondition
 
check(Individual) - Method in interface classifier.gp.fitnessCondition
 
check(Network, TrainingSetSV) - Method in interface classifier.nn.errorCondition
 
classifier - package classifier
 
classifier.gp - package classifier.gp
 
classifier.nn - package classifier.nn
 
classify(Object) - Method in class classifier.GPClassifier
 
classify(Object[]) - Method in class classifier.NNClassifier
 
clone() - Method in class classifier.gp.Function
clone this object
clone() - Method in class classifier.gp.GProgram
clone the current object
compare(Object, Object) - Method in class classifier.gp.FitnessComparatorAsc
 
compare(Object, Object) - Method in class classifier.gp.FitnessComparatorDesc
 
copy() - Method in class classifier.gp.Individual
 
countNodes() - Method in class classifier.gp.Function
count all the nodes under this object
countNodes(Condition) - Method in class classifier.gp.Function
count the nodes of the desidered kind
countNodes() - Method in class classifier.gp.GProgram
count all the nodes under this object
countNodes(Condition) - Method in class classifier.gp.GProgram
count the nodes of the desidered kind
countNodes() - Method in class classifier.gp.Terminal
count all the nodes under this object
countNodes(Condition) - Method in class classifier.gp.Terminal
count the nodes of the desidered kind
createIndividualProgram(int, boolean, boolean, TerminalSet, FunctionSet) - Static method in class classifier.gp.Population
 
createSelectionFunction(int, Properties) - Static method in class classifier.gp.SelectionFunction
To choose the selection function through a number
cycleEnded - Static variable in class classifier.nn.NEvent
 

A B C D E F G H I J K L M N O P R S T V W