4 references to Clustering
Microsoft.ML.Data (2)
DataLoadSave\TransformerChain.cs (1)
308else if (predictor.PredictionKind == PredictionKind.Clustering)
Scorers\SchemaBindablePredictorWrapper.cs (1)
376case PredictionKind.Clustering:
Microsoft.ML.KMeansClustering (2)
KMeansModelParameters.cs (1)
51private protected override PredictionKind PredictionKind => PredictionKind.Clustering;
KMeansPlusPlusTrainer.cs (1)
163private protected override PredictionKind PredictionKind => PredictionKind.Clustering;