Uses of Interface
adams.flow.core.PropertiesUpdater
-
Packages that use PropertiesUpdater Package Description adams.flow.control adams.flow.source adams.flow.transformer -
-
Uses of PropertiesUpdater in adams.flow.control
Classes in adams.flow.control that implement PropertiesUpdater Modifier and Type Class Description class
UpdateProperties
Updates the properties of the sub-actor using the values associated with the specfiied variables. -
Uses of PropertiesUpdater in adams.flow.source
Classes in adams.flow.source that implement PropertiesUpdater Modifier and Type Class Description class
AbstractSimpleSourceWithPropertiesUpdating
Ancestor for simple sources that allow changing the object's properties using variables.class
WekaAssociatorSetup
Outputs an instance of the specified associator.class
WekaClassifierSetup
Outputs an instance of the specified classifier.class
WekaClustererSetup
Outputs an instance of the specified clusterer.class
WekaDataGenerator
Generates artificial data using a Weka data generator. -
Uses of PropertiesUpdater in adams.flow.transformer
Classes in adams.flow.transformer that implement PropertiesUpdater Modifier and Type Class Description class
AbstractTransformerWithPropertiesUpdating
Ancestor for transformers that allow changing the object's properties using variables.class
WekaFilter
Filters Instances/Instance objects using the specified filter.
When re-using a trained filter, ensure that 'initializeOnce' is checked.
The following order is used to obtain the model (when using AUTO):
1.class
WekaStreamFilter
Filters Instance objects using the specified filter.
-