Name

adams.flow.transformer.WekaTrainClassifier


Synopsis

Trains a classifier based on the incoming dataset and outputs the built classifier alongside the training header (in a model container).
Incremental training is performed, if the input are weka.core.Instance objects and the classifier implements weka.classifiers.UpdateableClassifier.


Additional information

Flow input/output:
- input: weka.core.Instances, weka.core.Instance
- output: adams.flow.container.WekaModelContainer

Container information:
- adams.flow.container.WekaModelContainer:
   - Model: model object; java.lang.Object
   - Header: dataset header; weka.core.Instances
   - Dataset: full dataset; weka.core.Instances


Options