5 instantiations of Options
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (1)
61
var options = new FastForestRegressionFeaturizationEstimator.
Options
Microsoft.ML.Tests (4)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (4)
483
var options = new FastForestRegressionFeaturizationEstimator.
Options
()
597
var options = new FastForestRegressionFeaturizationEstimator.
Options
()
653
var options = new FastForestRegressionFeaturizationEstimator.
Options
()
785
var options = new FastForestRegressionFeaturizationEstimator.
Options
()
9 references to Options
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizationEstimator.cs (2)
349
/// <seealso cref="TreeExtensions.FeaturizeByFastForestRegression(TransformsCatalog, FastForestRegressionFeaturizationEstimator.
Options
)"/>
365
internal FastForestRegressionFeaturizationEstimator(IHostEnvironment env,
Options
options)
TreeTrainersCatalog.cs (2)
465
/// <param name="options">The options to configure <see cref="FastForestRegressionFeaturizationEstimator"/>. See <see cref="FastForestRegressionFeaturizationEstimator.
Options
"/> and
475
FastForestRegressionFeaturizationEstimator.
Options
options)
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (1)
61
var
options = new FastForestRegressionFeaturizationEstimator.Options
Microsoft.ML.Tests (4)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (4)
483
var
options = new FastForestRegressionFeaturizationEstimator.Options()
597
var
options = new FastForestRegressionFeaturizationEstimator.Options()
653
var
options = new FastForestRegressionFeaturizationEstimator.Options()
785
var
options = new FastForestRegressionFeaturizationEstimator.Options()