1 instantiation of ClusteringTrainers
Microsoft.ML.Data (1)
TrainCatalog.cs (1)
417Trainers = new ClusteringTrainers(this);
4 references to ClusteringTrainers
Microsoft.ML.Data (1)
TrainCatalog.cs (1)
409public ClusteringTrainers Trainers { get; }
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)