Serialized Form


Package weka.filters.supervised.attribute.gpattributegeneration

Class weka.filters.supervised.attribute.gpattributegeneration.GeneNodeList extends java.util.ArrayList<Node<T>> implements Serializable

Class weka.filters.supervised.attribute.gpattributegeneration.GPAttributeGeneration extends Filter implements Serializable

Serialized Fields

popSize

int popSize

maxNumGenerations

int maxNumGenerations

maxTime

int maxTime

targetTreeAccuracy

double targetTreeAccuracy

f_Functions

java.util.ArrayList<E> f_Functions

maxDepth

int maxDepth

operatorProportion

double[] operatorProportion

popGenerationMethod

EnumGenerationMethod popGenerationMethod

fitnessEvaluationMethod

EnumFitnessEvaluationMethod fitnessEvaluationMethod

selectionMethod

EnumSelectionMethod selectionMethod

fittestIndividuals

java.util.ArrayList<E> fittestIndividuals

m_Classifier

Classifier m_Classifier

seed

long seed