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.Classes in adams.flow.core that implement ModelLoaderSupporter Modifier and Type Class Description class
AbstractModelLoader<T>
Ancestor for model loaders.class
WekaClassifierModelLoader
Manages classifier models.class
WekaClustererModelLoader
Manages clusterer models.class
WekaFilterModelLoader
Model loader for Weka filters. -
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. model file present?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. model file present?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. model file present?
-