RankingCatalog 類別

定義

用來 MLContext 建立排名元件的實例的類別,例如定型器和評估工具。

public sealed class RankingCatalog : Microsoft.ML.TrainCatalogBase
type RankingCatalog = class
    inherit TrainCatalogBase
Public NotInheritable Class RankingCatalog
Inherits TrainCatalogBase
繼承
RankingCatalog

屬性

Trainers

執行回歸的定型器清單。

方法

CrossValidate(IDataView, IEstimator<ITransformer>, Int32, String, String, Nullable<Int32>)

在 的折迭上 numberOfFolds 執行交叉驗證,方法是調整 estimator ,並在提供時遵守 rowGroupColumnNamedata 然後根據 labelColumnName 評估每個子模型,並傳回計量。

Evaluate(IDataView, RankingEvaluatorOptions, String, String, String)

評估評分排名資料。

Evaluate(IDataView, String, String, String)

評估評分排名資料。

擴充方法

PermutationFeatureImportance(RankingCatalog, ITransformer, IDataView, String, String, Boolean, Nullable<Int32>, Int32)

排名 (PFI) 排列特徵重要性。

PermutationFeatureImportance<TModel>(RankingCatalog, ISingleFeaturePredictionTransformer<TModel>, IDataView, String, String, Boolean, Nullable<Int32>, Int32)

排名 (PFI) 排列特徵重要性。

適用於