Back to Machinelearning

Io Columns Clustering

docs/api-reference/io-columns-clustering.md

5.0.0466 B
Original Source

Input and Output Columns

The input features column data must be xref:System.Single. No label column needed. This trainer outputs the following columns:

Output Column NameColumn TypeDescription
Scorevector of xref:System.SingleThe distances of the given data point to all clusters' centroids.
PredictedLabelkey typeThe closest cluster's index predicted by the model.