mark.nlp.clusterers
Class SingleLinkClusterer

java.lang.Object
  |
  +--mark.nlp.clusterers.AgglomerativeClusterer
        |
        +--mark.nlp.clusterers.SingleLinkClusterer

public class SingleLinkClusterer
extends AgglomerativeClusterer


Constructor Summary
SingleLinkClusterer()
           
 
Method Summary
protected  double calcSimilarity(java.util.ArrayList cluster1, java.util.ArrayList cluster2, SimilarityMeasure sm)
           
 
Methods inherited from class mark.nlp.clusterers.AgglomerativeClusterer
genClusters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleLinkClusterer

public SingleLinkClusterer()
Method Detail

calcSimilarity

protected double calcSimilarity(java.util.ArrayList cluster1,
                                java.util.ArrayList cluster2,
                                SimilarityMeasure sm)
Specified by:
calcSimilarity in class AgglomerativeClusterer