BinaryClassificationCatalog 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來 MLContext 建立二元分類元件的實例的類別,例如定型器和校正器。
public sealed class BinaryClassificationCatalog : Microsoft.ML.TrainCatalogBase
type BinaryClassificationCatalog = class
inherit TrainCatalogBase
Public NotInheritable Class BinaryClassificationCatalog
Inherits TrainCatalogBase
- 繼承
屬性
Calibrators |
用於執行二元分類的校正器清單。 |
Trainers |
執行二元分類的定型器清單。 |
方法
ChangeModelThreshold<TModel>(BinaryPredictionTransformer<TModel>, Single) |
將臨界值修改為現有模型並傳回修改過的模型的方法。 |
CrossValidate(IDataView, IEstimator<ITransformer>, Int32, String, String, Nullable<Int32>) |
在的折迭上 |
CrossValidateNonCalibrated(IDataView, IEstimator<ITransformer>, Int32, String, String, Nullable<Int32>) |
在的折迭上 |
Evaluate(IDataView, String, String, String, String) |
評估評分的二進位分類數據。 |
EvaluateNonCalibrated(IDataView, String, String, String) |
評估評分的二進位分類數據,而不需以機率為基礎的計量。 |