2 instantiations of Options
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs (1)
61var options = new FastTreeRegressionFeaturizationEstimator.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
445var options = new FastTreeRegressionFeaturizationEstimator.Options()
6 references to Options
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizationEstimator.cs (2)
263/// <seealso cref="TreeExtensions.FeaturizeByFastTreeRegression(TransformsCatalog, FastTreeRegressionFeaturizationEstimator.Options)"/> 279internal FastTreeRegressionFeaturizationEstimator(IHostEnvironment env, Options options)
TreeTrainersCatalog.cs (2)
486/// <param name="options">The options to configure <see cref="FastTreeRegressionFeaturizationEstimator"/>. See <see cref="FastTreeRegressionFeaturizationEstimator.Options"/> and 496FastTreeRegressionFeaturizationEstimator.Options options)
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs (1)
61var options = new FastTreeRegressionFeaturizationEstimator.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
445var options = new FastTreeRegressionFeaturizationEstimator.Options()