idl.tmt.util
Class FrequentTermsUtil

java.lang.Object
  |
  +--idl.tmt.util.FrequentTermsUtil

public class FrequentTermsUtil
extends java.lang.Object

list the terms that occur most frequently in the top documents for a given cluster

Author:
miles

Field Summary
(package private)  TmtClustering myClustering
           
(package private)  IndexedCollection myCollection
           
(package private)  Instances myInstances
           
 
Constructor Summary
FrequentTermsUtil(IndexedCollection col, TmtClustering tc)
           
 
Method Summary
 void listNTopTerms(int n)
           
 void listNTopTermsForCluster(int n, int k)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

myCollection

IndexedCollection myCollection

myClustering

TmtClustering myClustering

myInstances

Instances myInstances
Constructor Detail

FrequentTermsUtil

public FrequentTermsUtil(IndexedCollection col,
                         TmtClustering tc)
Method Detail

listNTopTerms

public void listNTopTerms(int n)

listNTopTermsForCluster

public void listNTopTermsForCluster(int n,
                                    int k)