public class SilhouetteClusterEvaluator
extends java.lang.Object
implements ClusterEvaluator
This implementation uses the Silhouette method to measure
cluster quality. The returned score lies between -1 and 1. The closer the
score to 1, the better the cluster quality.
http://en.wikipedia.org/wiki/Silhouette_(clustering)
Since:
release specific (what release of product did this appear in)
public SilhouetteClusterEvaluator(NetworkExplorer ne,
int userDataCategory,
int xCoordUserDataIndex,
int yCoordUserDataIndex,
int geometryUserDataIndex)