Contents

MLRegressor.randomForest(_:)

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

Declaration

case randomForest(MLRandomForestRegressor)

Discussion

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

See Also

Regressor cases