minError property

num minError

A minimal error on a single decision tree node. It is used as a stop criteria to avoid further decision tree node splitting: if the node is good enough, there is no need to split it and thus it can be considered a leaf.

The value is within the range 0..1 (both inclusive).

The value is read-only, it's a hyperparameter of the model

Implementation

num get minError;