BinaryClassificationCatalog.CalibratorsCatalog 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來 MLContext 建立二元分類校正器的實例的類別。
public sealed class BinaryClassificationCatalog.CalibratorsCatalog : Microsoft.ML.TrainCatalogBase.CatalogInstantiatorBase
type BinaryClassificationCatalog.CalibratorsCatalog = class
inherit TrainCatalogBase.CatalogInstantiatorBase
Public NotInheritable Class BinaryClassificationCatalog.CalibratorsCatalog
Inherits TrainCatalogBase.CatalogInstantiatorBase
- 繼承
方法
Isotonic(String, String, String) |
藉由訓練配對連續的違規者校正來新增機率資料行。 |
Naive(String, String) |
藉由定型貝氏量化型校正器來新增機率資料行。 |
Platt(Double, Double, String) |
藉由指定 platt 校正器來加入機率資料行。 |
Platt(String, String, String) |
藉由定型 platt 校正器來新增機率資料行。 |