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>)

通过拟合和尊重samplingKeyColumnName(如果提供)的折叠data运行交叉验证numberOfFoldsestimator 然后根据 labelColumnName 每个子模型评估并返回指标。

Evaluate(IDataView, String, String, String)

评估评分的聚类分析数据。

适用于