3 instantiations of Options
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
63
var options = new FastTreeBinaryFeaturizationEstimator.
Options
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (2)
367
var options = new FastTreeBinaryFeaturizationEstimator.
Options
()
726
var options = new FastTreeBinaryFeaturizationEstimator.
Options
()
7 references to Options
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizationEstimator.cs (2)
220
/// <seealso cref="TreeExtensions.FeaturizeByFastTreeBinary(TransformsCatalog, FastTreeBinaryFeaturizationEstimator.
Options
)"/>
236
internal FastTreeBinaryFeaturizationEstimator(IHostEnvironment env,
Options
options)
TreeTrainersCatalog.cs (2)
528
/// <param name="options">The options to configure <see cref="FastTreeBinaryFeaturizationEstimator"/>. See <see cref="FastTreeBinaryFeaturizationEstimator.
Options
"/> and
538
FastTreeBinaryFeaturizationEstimator.
Options
options)
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
63
var
options = new FastTreeBinaryFeaturizationEstimator.Options
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (2)
367
var
options = new FastTreeBinaryFeaturizationEstimator.Options()
726
var
options = new FastTreeBinaryFeaturizationEstimator.Options()