Class SilhouetteClusterEvaluator

  • All Implemented Interfaces:
    ClusterEvaluator

    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)