public abstract class TermMeasure
extends java.lang.Object
Constructor and Description |
---|
TermMeasure(TermIndex termIndex) |
Modifier and Type | Method and Description |
---|---|
void |
compute() |
double |
getAvg() |
double |
getMax() |
double |
getMin() |
java.util.Comparator<? super TermOccurrence> |
getOccurrenceComparator(boolean reverse) |
double |
getStandardDeviation() |
double |
getSum() |
java.util.Comparator<Term> |
getTermComparator(boolean reverse) |
int |
getTotalSpottedTerms() |
abstract double |
getValue(Term term) |
double |
getZScore(Term t) |
boolean |
isComputed() |
java.lang.String |
toString() |
public TermMeasure(TermIndex termIndex)
public abstract double getValue(Term term)
public void compute()
public double getStandardDeviation()
public double getZScore(Term t)
public double getMin()
public double getMax()
public double getAvg()
public double getSum()
public int getTotalSpottedTerms()
public java.util.Comparator<Term> getTermComparator(boolean reverse)
public java.util.Comparator<? super TermOccurrence> getOccurrenceComparator(boolean reverse)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isComputed()