ClusteringCatalog Class

Definition

Class used by MLContext to create instances of clustering components, such as trainers.

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

Properties

Trainers

The list of trainers for performing clustering.

Methods

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

Run cross-validation over numberOfFolds folds of data, by fitting estimator, and respecting samplingKeyColumnName if provided. Then evaluate each sub-model against labelColumnName and return metrics.

Evaluate(IDataView, String, String, String)

Evaluates scored clustering data.

Applies to