Uses of Interface
adams.flow.core.DynamicModelLoaderSupporter
-
Packages that use DynamicModelLoaderSupporter Package Description adams.flow.transformer -
-
Uses of DynamicModelLoaderSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement DynamicModelLoaderSupporter 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.
-