diff --git a/src/mlpack/methods/random_forest/random_forest_impl.hpp b/src/mlpack/methods/random_forest/random_forest_impl.hpp index 106072c8f2..7bd7d2d878 100644 --- a/src/mlpack/methods/random_forest/random_forest_impl.hpp +++ b/src/mlpack/methods/random_forest/random_forest_impl.hpp @@ -269,7 +269,7 @@ double RandomForest< DimensionSelectionType dimensionSelector) { // Pass off to Train(). - return Train(dataset, datasetInfo, labels, numClasses, weights, + return Train(dataset, datasetInfo, labels, numClasses, weights, numTrees, minimumLeafSize, minimumGainSplit, maximumDepth, dimensionSelector, warmStart); }