Uses of Class
adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler
-
Packages that use AbstractGeneticDiscoveryHandler Package Description adams.core.discovery.genetic adams.opt.genetic -
-
Uses of AbstractGeneticDiscoveryHandler in adams.core.discovery.genetic
Subclasses of AbstractGeneticDiscoveryHandler in adams.core.discovery.genetic Modifier and Type Class Description class
AbstractGeneticDoubleDiscoveryHandler
Ancestor for genetic discovery handlers that handle integer properties.class
AbstractGeneticDoubleDiscoveryHandlerResolution
Ancestor for genetic discovery handlers that handle double properties with a specified number of splits.class
AbstractGeneticDoubleMatrixDiscoveryHandler
Ancestor for genetic discovery handlers that handle matrix properties.class
AbstractGeneticFloatDiscoveryHandler
Ancestor for genetic discovery handlers that handle integer properties.class
AbstractGeneticFloatDiscoveryHandlerResolution
Ancestor for genetic discovery handlers that handle float properties with a specified number of splits.class
AbstractGeneticIntegerArrayDiscoveryHandler
Ancestor for genetic discovery handlers that handle integer array properties.class
AbstractGeneticIntegerDiscoveryHandler
Ancestor for genetic discovery handlers that handle integer properties.class
AbstractGeneticStringDiscoveryHandler
Ancestor for genetic discovery handlers that handle string properties.class
GenericDoubleResolution
Generic handler for double properties (using resolution).class
GenericFloatResolution
Generic handler for float properties (using resolution).class
GenericInteger
Generic handler for integer properties.class
GenericString
Generic handler for string properties.class
GPDGamma
GPD gamma handler.class
GPDNoise
GPD noise handler.class
PLSFilterNumComponents
SavitzkyGolay numPoints handler.class
SavitzkyGolay2NumPoints
SavitzkyGolay numPoints handler.class
SIMPLSWeightsMatrix
SIMPLS pls internal weights handler. -
Uses of AbstractGeneticDiscoveryHandler in adams.opt.genetic
Fields in adams.opt.genetic declared as AbstractGeneticDiscoveryHandler Modifier and Type Field Description protected AbstractGeneticDiscoveryHandler[]
Hermione. m_Handlers
the handlers to use for discovery.Methods in adams.opt.genetic that return AbstractGeneticDiscoveryHandler Modifier and Type Method Description AbstractGeneticDiscoveryHandler[]
Hermione. getHandlers()
Returns the currently set discovery handlers.Methods in adams.opt.genetic with parameters of type AbstractGeneticDiscoveryHandler Modifier and Type Method Description int
Hermione. getNumBits(AbstractGeneticDiscoveryHandler[] handlers)
Get total number of bits for paramsList<Integer>
Hermione. getNumBitsForAll(AbstractGeneticDiscoveryHandler[] handlers)
Get List containing number of bits used for paramsList<Integer>
Hermione. getStartPoints(AbstractGeneticDiscoveryHandler[] handlers)
Get List of start positions in bit stringvoid
Hermione. setHandlers(AbstractGeneticDiscoveryHandler[] value)
Sets the discovery handlers to use.
-