Uses of Class
adams.flow.transformer.AbstractProcessMOAInstanceWithModel
-
Packages that use AbstractProcessMOAInstanceWithModel Package Description adams.flow.transformer -
-
Uses of AbstractProcessMOAInstanceWithModel in adams.flow.transformer
Subclasses of AbstractProcessMOAInstanceWithModel in adams.flow.transformer Modifier and Type Class Description class
MOAClassifying
Uses a serialized MOA model to perform predictions on the data being passed through.
The following order is used to obtain the model (when using AUTO):
1.class
MOAClustering
Uses a serialized MOA model to cluster data being passed through.
The following order is used to obtain the model (when using AUTO):
1.class
MOARegressing<T extends moa.classifiers.Classifier & moa.classifiers.Regressor>
Uses a serialized MOA model to perform predictions on the data being passed through.
The following order is used to obtain the model (when using AUTO):
1.
-