Decision Stump


Synopsis

Learns only a root node of a decision tree. Can be very efficient when boosted.


Description

This operator learns decision stumps, i.e. a small decision tree with only one single split. This decision stump works on both numerical and nominal attributes.


Input


Output


Parameters


ExampleProcess