2 instantiations of Options
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs (1)
61
var options = new FastTreeRegressionFeaturizationEstimator.
Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
445
var options = new FastTreeRegressionFeaturizationEstimator.
Options
()
6 references to Options
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizationEstimator.cs (2)
263
/// <seealso cref="TreeExtensions.FeaturizeByFastTreeRegression(TransformsCatalog, FastTreeRegressionFeaturizationEstimator.
Options
)"/>
279
internal 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
496
FastTreeRegressionFeaturizationEstimator.
Options
options)
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs (1)
61
var
options = new FastTreeRegressionFeaturizationEstimator.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
445
var
options = new FastTreeRegressionFeaturizationEstimator.Options()