2 instantiations of Options
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeRankingFeaturizationWithOptions.cs (1)
59var options = new FastTreeRankingFeaturizationEstimator.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
559var options = new FastTreeRankingFeaturizationEstimator.Options()
6 references to Options
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizationEstimator.cs (2)
392/// <seealso cref="TreeExtensions.FeaturizeByFastTreeRanking(TransformsCatalog, FastTreeRankingFeaturizationEstimator.Options)"/> 408internal FastTreeRankingFeaturizationEstimator(IHostEnvironment env, Options options)
TreeTrainersCatalog.cs (2)
549/// <param name="options">The options to configure <see cref="FastTreeRankingFeaturizationEstimator"/>. See <see cref="FastTreeRankingFeaturizationEstimator.Options"/> and 559FastTreeRankingFeaturizationEstimator.Options options)
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeRankingFeaturizationWithOptions.cs (1)
59var options = new FastTreeRankingFeaturizationEstimator.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
559var options = new FastTreeRankingFeaturizationEstimator.Options()