cluster
Class Clustering

java.lang.Object
  extended bycluster.Clustering

public class Clustering
extends java.lang.Object

Cluster the documents, we start with each document as a cluster we merge two nearest clusters which their similarity is more than some Threshold, in each step. The similarity is based on VSM and for now it's based on LTC_LTC. Because the behavior of the weighting scheme is polymorphic change is very easy.


Constructor Summary
Clustering()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clustering

public Clustering()
Method Detail

main

public static void main(java.lang.String[] args)