2 instantiations of Options
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastForestBinaryFeaturizationWithOptions.cs (1)
61
var options = new FastForestBinaryFeaturizationEstimator.
Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
406
var options = new FastForestBinaryFeaturizationEstimator.
Options
()
6 references to Options
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizationEstimator.cs (2)
306
/// <seealso cref="TreeExtensions.FeaturizeByFastForestBinary(TransformsCatalog, FastForestBinaryFeaturizationEstimator.
Options
)"/>
322
internal FastForestBinaryFeaturizationEstimator(IHostEnvironment env,
Options
options)
TreeTrainersCatalog.cs (2)
507
/// <param name="options">The options to configure <see cref="FastForestBinaryFeaturizationEstimator"/>. See <see cref="FastForestBinaryFeaturizationEstimator.
Options
"/> and
517
FastForestBinaryFeaturizationEstimator.
Options
options)
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastForestBinaryFeaturizationWithOptions.cs (1)
61
var
options = new FastForestBinaryFeaturizationEstimator.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
406
var
options = new FastForestBinaryFeaturizationEstimator.Options()