Apply Weka object classification
Apply a previously-prepared WEKA object classifier to a specified object collection from the workspace.
Description
Apply a previously-prepared WEKA object classifier to a specified object collection from the workspace. Classification can be based on a range of measurements associated with the input objects. All measurements used to create this model should be present in the input objects and have the same names (i.e. measurement names shouldn't be changed during preparation of training data).
The probability of each input object belonging to each class is output as a measurement associated with that object. Each object also has a class index (based on the order the classes are listed in the .model file) indicating the most probable class that object belongs to.
Parameters
Parameter | Description |
---|---|
Input objects | Input objects from workspace which will be classified based on model specified by "Classifier path" parameter. |
Classifier path | WEKA model (.model extension) that will be used to classify input objects based on a variety of measurements. This model must be created in the WEKA software. All measurements used to create this model should be present in the input objects and have the same names (i.e. measurement names shouldn't be changed during preparation of training data). |
Apply normalisation | When selected, measurements will be normalised (set to the range 0-1) within their respective classes. |