net.jxta.search.relevance
Class EphemeralCluster

java.lang.Object
  |
  +--net.jxta.search.relevance.EphemeralCluster

public class EphemeralCluster
extends java.lang.Object

Ephemeral clustering takes a set of html documents and constructs clusters based on the contents of the documents.


Constructor Summary
EphemeralCluster()
           
 
Method Summary
static void clearDebug()
           
static void findClusters(java.util.ArrayList docs)
           
static void main(java.lang.String[] args)
           
static void setDebug()
           
static boolean test(java.io.PrintStream ps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EphemeralCluster

public EphemeralCluster()
Method Detail

setDebug

public static void setDebug()

clearDebug

public static void clearDebug()

findClusters

public static void findClusters(java.util.ArrayList docs)

test

public static boolean test(java.io.PrintStream ps)

main

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