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