minSamplesCount property

int minSamplesCount

A minimal number of samples (observations) on the decision's tree node. The value is used as a stop criteria to avoid further decision tree node splitting: if the node contains less than or equal to minSamplesCount observations, the node is considered a leaf.

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

Implementation

int get minSamplesCount;