1 instantiation of FastTreeRankingFeaturizationEstimator
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
563return new FastTreeRankingFeaturizationEstimator(env, options);
11 references to FastTreeRankingFeaturizationEstimator
Microsoft.ML.FastTree (8)
TreeEnsembleFeaturizationEstimator.cs (2)
392/// <seealso cref="TreeExtensions.FeaturizeByFastTreeRanking(TransformsCatalog, FastTreeRankingFeaturizationEstimator.Options)"/> 398/// Options for the <see cref="FastTreeRankingFeaturizationEstimator"/>.
TreeTrainersCatalog.cs (6)
546/// Create <see cref="FastTreeRankingFeaturizationEstimator"/>, which uses <see cref="FastTreeRankingTrainer"/> to train <see cref="TreeEnsembleModelParameters"/> to create tree-based features. 548/// <param name="catalog">The context <see cref="TransformsCatalog"/> to create <see cref="FastTreeRankingFeaturizationEstimator"/>.</param> 549/// <param name="options">The options to configure <see cref="FastTreeRankingFeaturizationEstimator"/>. See <see cref="FastTreeRankingFeaturizationEstimator.Options"/> and 558public static FastTreeRankingFeaturizationEstimator FeaturizeByFastTreeRanking(this TransformsCatalog catalog, 559FastTreeRankingFeaturizationEstimator.Options options)
Microsoft.ML.Samples (2)
Dynamic\Transforms\TreeFeaturization\FastTreeRankingFeaturizationWithOptions.cs (2)
59var options = new FastTreeRankingFeaturizationEstimator.Options 69var pipeline = mlContext.Transforms.FeaturizeByFastTreeRanking(
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
559var options = new FastTreeRankingFeaturizationEstimator.Options()