Skip to main content

Decision Tree to ExampleSet

Synopsis

This Operator converts a Decision Tree model into an ExampleSet.

Description

The resulting ExampleSet contains the rules, number of examples per class as well as the assigned confidence. Be aware in case of long conditions the view of the string in the Condition attribute is limited in the results view. The data itself is not truncated.

Input

tree

The tree model which should be converted into an ExampleSet.

Output

exa

ExampleSet with the rules.

original tree

The original tree model passed through.