Uses of Interface
adams.flow.core.DynamicInitializer
-
Packages that use DynamicInitializer Package Description adams.flow.core adams.flow.source adams.flow.transformer -
-
Uses of DynamicInitializer in adams.flow.core
Subinterfaces of DynamicInitializer in adams.flow.core Modifier and Type Interface Description interface
DynamicModelLoaderSupporter
Interface for classes that support model loading. -
Uses of DynamicInitializer in adams.flow.source
Classes in adams.flow.source that implement DynamicInitializer Modifier and Type Class Description class
WekaForecasting
Uses a serialized model to perform predictions on the data being passed through.
The model can also be obtained from a callable actor, if the model file is pointing to a directory. -
Uses of DynamicInitializer in adams.flow.transformer
Classes in adams.flow.transformer that implement DynamicInitializer Modifier and Type Class Description class
AbstractProcessWekaInstanceWithModel<T>
Ancestor for transformers that user models for processing Instance objects, e.g., classifiers making predictions.class
WekaClassifying
Uses a serialized model to perform predictions on the data being passed through.
The following order is used to obtain the model (when using AUTO):
1.class
WekaClustering
Uses a serialized model to cluster data being passed through.
The following order is used to obtain the model (when using AUTO):
1.class
WekaReorderAttributesToReference
Reorders the attributes of the Instance/Instances passing through according to the provided reference dataset (callable actor or reference file).
This ensures that the generated data always has the same structure as the reference dataset.
-