6 references to ClusteringCatalog
Microsoft.ML.Data (3)
MLContext.cs (1)
44public ClusteringCatalog Clustering { get; }
TrainCatalog.cs (2)
415: base(env, nameof(ClusteringCatalog)) 425internal ClusteringTrainers(ClusteringCatalog catalog)
Microsoft.ML.KMeansClustering (3)
KMeansCatalog.cs (3)
12/// Collection of extension methods for the <see cref="ClusteringCatalog.ClusteringTrainers"/> to create 30public static KMeansTrainer KMeans(this ClusteringCatalog.ClusteringTrainers catalog, 58public static KMeansTrainer KMeans(this ClusteringCatalog.ClusteringTrainers catalog, KMeansTrainer.Options options)