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