22 references to RankingCatalog
Microsoft.ML.Data (3)
MLContext.cs (1)
49
public
RankingCatalog
Ranking { get; }
TrainCatalog.cs (2)
646
: base(env, nameof(
RankingCatalog
))
656
internal RankingTrainers(
RankingCatalog
catalog)
Microsoft.ML.EntryPoints (1)
PermutationFeatureImportance.cs (1)
264
var
rankingCatalog = new RankingCatalog(env);
Microsoft.ML.FastTree (6)
FastTreeRanking.cs (1)
64
/// <seealso cref="TreeExtensions.FastTree(
RankingCatalog
.RankingTrainers, string, string, string, string, int, int, int, double)"/>
TreeTrainersCatalog.cs (5)
13
/// <see cref="MulticlassClassificationCatalog"/>, <see cref="
RankingCatalog
"/>, and <see cref="TransformsCatalog"/>
129
/// <param name="catalog">The <see cref="
RankingCatalog
"/>.</param>
145
public static FastTreeRankingTrainer FastTree(this
RankingCatalog
.RankingTrainers catalog,
163
/// <param name="catalog">The <see cref="
RankingCatalog
"/>.</param>
172
public static FastTreeRankingTrainer FastTree(this
RankingCatalog
.RankingTrainers catalog,
Microsoft.ML.LightGbm (9)
LightGbmCatalog.cs (7)
14
/// <see cref="BinaryClassificationCatalog.BinaryClassificationTrainers"/>, <see cref="
RankingCatalog
.RankingTrainers"/>,
158
/// <param name="catalog">The <see cref="
RankingCatalog
"/>.</param>
174
public static LightGbmRankingTrainer LightGbm(this
RankingCatalog
.RankingTrainers catalog,
193
/// <param name="catalog">The <see cref="
RankingCatalog
"/>.</param>
202
public static LightGbmRankingTrainer LightGbm(this
RankingCatalog
.RankingTrainers catalog,
213
/// <param name="catalog">The <see cref="
RankingCatalog
"/>.</param>
216
public static LightGbmRankingTrainer LightGbm(this
RankingCatalog
.RankingTrainers catalog,
LightGbmRankingTrainer.cs (2)
100
/// <seealso cref="LightGbmExtensions.LightGbm(
RankingCatalog
.RankingTrainers, string, string, string, string, int?, int?, double?, int)"/>
101
/// <seealso cref="LightGbmExtensions.LightGbm(
RankingCatalog
.RankingTrainers, LightGbmRankingTrainer.Options)"/>
Microsoft.ML.Transforms (3)
PermutationFeatureImportanceExtensions.cs (3)
19
/// and <see cref="
RankingCatalog
"/> to create instances of permutation feature importance components.
530
this
RankingCatalog
catalog,
595
this
RankingCatalog
catalog,