[][src]Module randomforest::criterion

Criterions to measure the quality of a node split.

Structs

Entropy

Information entropy.

Gini

Gini impurity.

Mse

Mean Squared Error.

Traits

ClassificationCriterion

This trait indicates criterions for classifications.

Criterion

This trait allows measuring the quality of a node split.

RegressionCriterion

This trait indicates criterions for regression.