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 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?
-