Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

data
Type: SystemDouble
The data points.
labels
Type: SystemInt32
The assigned labels.
See Also