|
KMeansComputeInformation Method (Double, Int32)
|
Computes the information about each cluster (covariance, proportions and error).
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax protected void ComputeInformation(
double[][] data,
int[] labels
)
Protected Sub ComputeInformation (
data As Double()(),
labels As Integer()
)
Request Example
View SourceParameters
- data
- Type: SystemDouble
The data points. - labels
- Type: SystemInt32
The assigned labels.
See Also