ClusteringCatalog 類別

定義

用來 MLContext 建立叢集元件的實例的類別,例如定型器。

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

屬性

Trainers

執行叢集的定型器清單。

方法

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

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

Evaluate(IDataView, String, String, String)

評估評分的叢集資料。

適用於