2 instantiations of Options
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
61var options = new FastTreeTweedieFeaturizationEstimator.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
521var options = new FastTreeTweedieFeaturizationEstimator.Options()
6 references to Options
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizationEstimator.cs (2)
435/// <seealso cref="TreeExtensions.FeaturizeByFastTreeTweedie(TransformsCatalog, FastTreeTweedieFeaturizationEstimator.Options)"/> 451internal FastTreeTweedieFeaturizationEstimator(IHostEnvironment env, Options options)
TreeTrainersCatalog.cs (2)
570/// <param name="options">The options to configure <see cref="FastTreeTweedieFeaturizationEstimator"/>. See <see cref="FastTreeTweedieFeaturizationEstimator.Options"/> and 580FastTreeTweedieFeaturizationEstimator.Options options)
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
61var options = new FastTreeTweedieFeaturizationEstimator.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
521var options = new FastTreeTweedieFeaturizationEstimator.Options()