Click or drag to resize
Accord.NET (logo)

KModesTError Property

Gets the cluster distortion error (the average distance between data points and the cluster centroids) after the last call to this class' Compute methods.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double Error { get; }
Request Example View Source

Property Value

Type: Double
See Also