Uses of Class
adams.core.discovery.AbstractDiscoveryHandler
-
Packages that use AbstractDiscoveryHandler Package Description adams.core.discovery adams.core.discovery.genetic -
-
Uses of AbstractDiscoveryHandler in adams.core.discovery
Subclasses of AbstractDiscoveryHandler in adams.core.discovery Modifier and Type Class Description class
Actor
Handles actors.Fields in adams.core.discovery declared as AbstractDiscoveryHandler Modifier and Type Field Description protected AbstractDiscoveryHandler[]
DefaultPropertyDiscovery.HandlerObserver. m_Handlers
the handlers to use.Methods in adams.core.discovery that return AbstractDiscoveryHandler Modifier and Type Method Description AbstractDiscoveryHandler
AbstractDiscoveryHandler. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractDiscoveryHandler
AbstractDiscoveryHandler. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.core.discovery with parameters of type AbstractDiscoveryHandler Modifier and Type Method Description void
DefaultPropertyDiscovery. discover(AbstractDiscoveryHandler[] handlers, Object obj)
Performs the object discovery.void
PropertyDiscovery. discover(AbstractDiscoveryHandler[] handlers, Object obj)
Performs the object discovery.Constructors in adams.core.discovery with parameters of type AbstractDiscoveryHandler Constructor Description HandlerObserver(AbstractDiscoveryHandler[] handlers)
Initializes the observer with the handlers. -
Uses of AbstractDiscoveryHandler in adams.core.discovery.genetic
Subclasses of AbstractDiscoveryHandler in adams.core.discovery.genetic Modifier and Type Class Description class
AbstractGeneticDiscoveryHandler
Ancestor for genetic algorithm related discovery handlers.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.
-