RankingCatalog 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來 MLContext 建立排名元件的實例的類別,例如定型器和評估工具。
public sealed class RankingCatalog : Microsoft.ML.TrainCatalogBase
type RankingCatalog = class
inherit TrainCatalogBase
Public NotInheritable Class RankingCatalog
Inherits TrainCatalogBase
- 繼承
屬性
Trainers |
執行回歸的定型器清單。 |
方法
CrossValidate(IDataView, IEstimator<ITransformer>, Int32, String, String, Nullable<Int32>) |
在 的折迭上 |
Evaluate(IDataView, RankingEvaluatorOptions, String, String, String) |
評估評分排名資料。 |
Evaluate(IDataView, String, String, String) |
評估評分排名資料。 |