5 instantiations of Options
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (1)
61var options = new FastForestRegressionFeaturizationEstimator.Options
Microsoft.ML.Tests (4)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (4)
483var options = new FastForestRegressionFeaturizationEstimator.Options() 597var options = new FastForestRegressionFeaturizationEstimator.Options() 653var options = new FastForestRegressionFeaturizationEstimator.Options() 785var options = new FastForestRegressionFeaturizationEstimator.Options()
9 references to Options
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizationEstimator.cs (2)
349/// <seealso cref="TreeExtensions.FeaturizeByFastForestRegression(TransformsCatalog, FastForestRegressionFeaturizationEstimator.Options)"/> 365internal FastForestRegressionFeaturizationEstimator(IHostEnvironment env, Options options)
TreeTrainersCatalog.cs (2)
465/// <param name="options">The options to configure <see cref="FastForestRegressionFeaturizationEstimator"/>. See <see cref="FastForestRegressionFeaturizationEstimator.Options"/> and 475FastForestRegressionFeaturizationEstimator.Options options)
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (1)
61var options = new FastForestRegressionFeaturizationEstimator.Options
Microsoft.ML.Tests (4)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (4)
483var options = new FastForestRegressionFeaturizationEstimator.Options() 597var options = new FastForestRegressionFeaturizationEstimator.Options() 653var options = new FastForestRegressionFeaturizationEstimator.Options() 785var options = new FastForestRegressionFeaturizationEstimator.Options()