Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
RandomForestRegressor Member List

This is the complete list of members for RandomForestRegressor, including all inherited members.

fit(const std::vector< std::vector< double >> &X, const std::vector< double > &y)RandomForestRegressor
predict(const std::vector< std::vector< double >> &X) constRandomForestRegressor
RandomForestRegressor(int n_estimators=10, int max_depth=5, int min_samples_split=2, int max_features=-1)RandomForestRegressor
~RandomForestRegressor()=defaultRandomForestRegressor