2 instantiations of Options
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
61
var options = new FastTreeTweedieFeaturizationEstimator.
Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
521
var options = new FastTreeTweedieFeaturizationEstimator.
Options
()
6 references to Options
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizationEstimator.cs (2)
435
/// <seealso cref="TreeExtensions.FeaturizeByFastTreeTweedie(TransformsCatalog, FastTreeTweedieFeaturizationEstimator.
Options
)"/>
451
internal 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
580
FastTreeTweedieFeaturizationEstimator.
Options
options)
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
61
var
options = new FastTreeTweedieFeaturizationEstimator.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
521
var
options = new FastTreeTweedieFeaturizationEstimator.Options()