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