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 interfaceDynamicModelLoaderSupporterInterface for classes that support model loading.Classes in adams.flow.core that implement ModelLoaderSupporter Modifier and Type Class Description classAbstractModelLoader<T>Ancestor for model loaders.classWekaClassifierModelLoaderManages classifier models.classWekaClustererModelLoaderManages clusterer models.classWekaFilterModelLoaderModel loader for Weka filters. -
Uses of ModelLoaderSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement ModelLoaderSupporter Modifier and Type Class Description classAbstractProcessWekaInstanceWithModel<T>Ancestor for transformers that user models for processing Instance objects, e.g., classifiers making predictions.classWekaClassifyingUses 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?classWekaClusteringUses 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?classWekaFilterFilters 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?
-