Contents

MLClassifier.randomForest(_:)

A classifier based on a collection of decision trees trained on subsets of the data.

Declaration

case randomForest(MLRandomForestClassifier)

Discussion

Don’t create an MLClassifier using one of its enumeration cases. Use the classifier’s initializer instead.

See Also

Classifier cases