protected abstract String |
AbstractGeneticDiscoveryHandler.doPack(PropertyPath.PropertyContainer cont) |
Returns the packed bits for the genetic algorithm.
|
protected String |
AbstractGeneticDoubleDiscoveryHandlerResolution.doPack(PropertyPath.PropertyContainer cont) |
Returns the packed bits for the genetic algorithm.
|
protected String |
AbstractGeneticDoubleMatrixDiscoveryHandler.doPack(PropertyPath.PropertyContainer cont) |
Returns the packed bits for the genetic algorithm.
|
protected String |
AbstractGeneticFloatDiscoveryHandlerResolution.doPack(PropertyPath.PropertyContainer cont) |
Returns the packed bits for the genetic algorithm.
|
protected String |
AbstractGeneticIntegerArrayDiscoveryHandler.doPack(PropertyPath.PropertyContainer cont) |
Returns the packed bits for the genetic algorithm.
|
protected String |
AbstractGeneticIntegerDiscoveryHandler.doPack(PropertyPath.PropertyContainer cont) |
Returns the packed bits for the genetic algorithm.
|
protected String |
AbstractGeneticStringDiscoveryHandler.doPack(PropertyPath.PropertyContainer cont) |
Returns the packed bits for the genetic algorithm.
|
protected abstract void |
AbstractGeneticDiscoveryHandler.doUnpack(PropertyPath.PropertyContainer cont,
String bits) |
Unpacks and applies the bits from the genetic algorithm.
|
protected void |
AbstractGeneticDoubleDiscoveryHandlerResolution.doUnpack(PropertyPath.PropertyContainer cont,
String bits) |
Unpacks and applies the bits from the genetic algorithm.
|
protected void |
AbstractGeneticDoubleMatrixDiscoveryHandler.doUnpack(PropertyPath.PropertyContainer cont,
String bits) |
Unpacks and applies the bits from the genetic algorithm.
|
protected void |
AbstractGeneticFloatDiscoveryHandlerResolution.doUnpack(PropertyPath.PropertyContainer cont,
String bits) |
Unpacks and applies the bits from the genetic algorithm.
|
protected void |
AbstractGeneticIntegerArrayDiscoveryHandler.doUnpack(PropertyPath.PropertyContainer cont,
String bits) |
Unpacks and applies the bits from the genetic algorithm.
|
protected void |
AbstractGeneticIntegerDiscoveryHandler.doUnpack(PropertyPath.PropertyContainer cont,
String bits) |
Unpacks and applies the bits from the genetic algorithm.
|
protected void |
AbstractGeneticStringDiscoveryHandler.doUnpack(PropertyPath.PropertyContainer cont,
String bits) |
Unpacks and applies the bits from the genetic algorithm.
|
protected abstract double |
AbstractGeneticDoubleDiscoveryHandlerResolution.getValue(PropertyPath.PropertyContainer cont) |
Returns the double value from the property container.
|
protected abstract weka.core.matrix.Matrix |
AbstractGeneticDoubleMatrixDiscoveryHandler.getValue(PropertyPath.PropertyContainer cont) |
Returns the integer value from the property container.
|
protected abstract float |
AbstractGeneticFloatDiscoveryHandlerResolution.getValue(PropertyPath.PropertyContainer cont) |
Returns the float value from the property container.
|
protected abstract int[] |
AbstractGeneticIntegerArrayDiscoveryHandler.getValue(PropertyPath.PropertyContainer cont) |
Returns the integer value from the property container.
|
protected abstract int |
AbstractGeneticIntegerDiscoveryHandler.getValue(PropertyPath.PropertyContainer cont) |
Returns the integer value from the property container.
|
protected abstract String |
AbstractGeneticStringDiscoveryHandler.getValue(PropertyPath.PropertyContainer cont) |
Returns the string value from the property container.
|
protected double |
GenericDoubleResolution.getValue(PropertyPath.PropertyContainer cont) |
Returns the double value from the property container.
|
protected float |
GenericFloatResolution.getValue(PropertyPath.PropertyContainer cont) |
Returns the float value from the property container.
|
protected int |
GenericInteger.getValue(PropertyPath.PropertyContainer cont) |
Returns the double value from the property container.
|
protected String |
GenericString.getValue(PropertyPath.PropertyContainer cont) |
Returns the string value from the property container.
|
protected double |
GPDGamma.getValue(PropertyPath.PropertyContainer cont) |
Returns the double value from the property container.
|
protected double |
GPDNoise.getValue(PropertyPath.PropertyContainer cont) |
Returns the double value from the property container.
|
protected int |
PLSFilterNumComponents.getValue(PropertyPath.PropertyContainer cont) |
Returns the integer value from the property container.
|
protected int |
SavitzkyGolay2NumPoints.getValue(PropertyPath.PropertyContainer cont) |
Returns the integer value from the property container.
|
protected weka.core.matrix.Matrix |
SIMPLSWeightsMatrix.getValue(PropertyPath.PropertyContainer cont) |
Returns the matrix value from the property container.
|
String |
AbstractGeneticDiscoveryHandler.pack(PropertyPath.PropertyContainer cont) |
Returns the packed bits for the genetic algorithm.
|
void |
AbstractGeneticDiscoveryHandler.performInitialization(AbstractGeneticAlgorithm owner,
PropertyPath.PropertyContainer cont) |
Gets called for performing the initialization.
|
void |
SIMPLSWeightsMatrix.performInitialization(AbstractGeneticAlgorithm owner,
PropertyPath.PropertyContainer cont) |
Gets called for performing the initialization.
|
protected abstract void |
AbstractGeneticDoubleDiscoveryHandlerResolution.setValue(PropertyPath.PropertyContainer cont,
double value) |
Sets the double value in the property container.
|
protected abstract void |
AbstractGeneticDoubleMatrixDiscoveryHandler.setValue(PropertyPath.PropertyContainer cont,
weka.core.matrix.Matrix value) |
Sets the integer value in the property container.
|
protected abstract void |
AbstractGeneticFloatDiscoveryHandlerResolution.setValue(PropertyPath.PropertyContainer cont,
float value) |
Sets the float value in the property container.
|
protected abstract void |
AbstractGeneticIntegerArrayDiscoveryHandler.setValue(PropertyPath.PropertyContainer cont,
int[] value) |
Sets the integer value in the property container.
|
protected abstract void |
AbstractGeneticIntegerDiscoveryHandler.setValue(PropertyPath.PropertyContainer cont,
int value) |
Sets the integer value in the property container.
|
protected abstract void |
AbstractGeneticStringDiscoveryHandler.setValue(PropertyPath.PropertyContainer cont,
String value) |
Sets the string value in the property container.
|
protected void |
GenericDoubleResolution.setValue(PropertyPath.PropertyContainer cont,
double value) |
Sets the double value in the property container.
|
protected void |
GenericFloatResolution.setValue(PropertyPath.PropertyContainer cont,
float value) |
Sets the float value in the property container.
|
protected void |
GenericInteger.setValue(PropertyPath.PropertyContainer cont,
int value) |
Sets the double value in the property container.
|
protected void |
GenericString.setValue(PropertyPath.PropertyContainer cont,
String value) |
Sets the string value in the property container.
|
protected void |
GPDGamma.setValue(PropertyPath.PropertyContainer cont,
double value) |
Sets the double value in the property container.
|
protected void |
GPDNoise.setValue(PropertyPath.PropertyContainer cont,
double value) |
Sets the double value in the property container.
|
protected void |
PLSFilterNumComponents.setValue(PropertyPath.PropertyContainer cont,
int value) |
Sets the integer value in the property container.
|
protected void |
SavitzkyGolay2NumPoints.setValue(PropertyPath.PropertyContainer cont,
int value) |
Sets the integer value in the property container.
|
protected void |
SIMPLSWeightsMatrix.setValue(PropertyPath.PropertyContainer cont,
weka.core.matrix.Matrix value) |
Sets the integer value in the property container.
|
void |
AbstractGeneticDiscoveryHandler.unpack(PropertyPath.PropertyContainer cont,
String bits) |
Unpacks and applies the bits from the genetic algorithm.
|