1 instantiation of ClusteringTrainers
Microsoft.ML.Data (1)
TrainCatalog.cs (1)
417
Trainers = new
ClusteringTrainers
(this);
4 references to ClusteringTrainers
Microsoft.ML.Data (1)
TrainCatalog.cs (1)
409
public
ClusteringTrainers
Trainers { get; }
Microsoft.ML.KMeansClustering (3)
KMeansCatalog.cs (3)
12
/// Collection of extension methods for the <see cref="ClusteringCatalog.
ClusteringTrainers
"/> to create
30
public static KMeansTrainer KMeans(this ClusteringCatalog.
ClusteringTrainers
catalog,
58
public static KMeansTrainer KMeans(this ClusteringCatalog.
ClusteringTrainers
catalog, KMeansTrainer.Options options)