Uses of Interface
adams.flow.core.ModelLoaderSupporter
-
Packages that use ModelLoaderSupporter Package Description adams.flow.core adams.flow.transformer -
-
Uses of ModelLoaderSupporter in adams.flow.core
Subinterfaces of ModelLoaderSupporter in adams.flow.core Modifier and Type Interface Description interface
DynamicModelLoaderSupporter
Interface for classes that support model loading. -
Uses of ModelLoaderSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement ModelLoaderSupporter 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
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.
-