Versions Compared

Key

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

...

For the classify operator, the type of the classifier (tree, list, bayes net... ) doesn't matter. You may even mixup them to classify the same tuple with different classifiers (see Ensembles). The left port is the input for the tuples that should be classified and the right input is the one with the classifiers.

...

  • CLASSIFIER: The attribute where the classifier in the classifier-tuple can be found (normally, it's "classifier", which is given by the CLASSIFICATION_LEARN operator)

Example

 

Code Block
themeEclipse
languagejavascript
titleOperator

...

linenumbers

...

true
classified = CLASSIFY({classifier='classifier'}, test, learned)