Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The first input is the source with the data, that should be classified (remark, this must be the same content as the Learner, without the label of course)
  • The second input is the classifier to use. This can be retrieved from a learner operator or read from outside.

The operator can be used with the following parameters:

  • ATTRIBUTES: A list of input attributes from the testadata that should be used for classification. If not given, any input attribute will be used.


Code Block
classified = CLASSIFICATION(testdata, classifier)

...