3 references to FastForestRegressionTrainer
Microsoft.ML.FastTree (3)
RandomForestRegression.cs (1)
603() => new FastForestRegressionTrainer(host, input),
TreeEnsembleFeaturizationEstimator.cs (1)
373var trainer = new FastForestRegressionTrainer(Env, _trainerOptions);
TreeTrainersCatalog.cs (1)
385return new FastForestRegressionTrainer(env, options);