class %DeepSee.extensions.clusters.ASW
extends %RegisteredObject
This class calculates Average Silhouette Width index.
The technique provides a succinct graphical representation of how well each object
lies within its cluster. See Wikipedia article
for more information.
Validity indices are used in Cluster Validation
and determination of the optimal number of clusters.