Package cluster

Classes that deal with the unsupervised clustering.

See:
          Description

Interface Summary
ClusterDoc Represents a document that I can conduct unsupervised clustering on.
In fact, pretty much all documents can undergo this process if they implement these methods.
These documents also need to be able to compare themselves (for sorting purposes)
 

Class Summary
HTMLDumper Functions to print all the results out into HTML
OntologyBasedPhraseFinder  
Phrase A key component of the unsupervised clustering.
PhraseFinder Finds frequent phrases and is in charge of creating clusters for the categories.
PhraseSupporter Lots of functions to inspect the documents.
Term A word in a phrase
TreeHelper Provides many functions for analyzing the tree, creating the hierarchy, pruning the tree, etc.
 

Exception Summary
ClusteringException  
 

Package cluster Description

Classes that deal with the unsupervised clustering.