Uses of Class
org.apache.tika.eval.core.tokens.TokenIntPair
-
Packages that use TokenIntPair Package Description org.apache.tika.eval.core.textstats org.apache.tika.eval.core.tokens -
-
Uses of TokenIntPair in org.apache.tika.eval.core.textstats
Methods in org.apache.tika.eval.core.textstats that return TokenIntPair Modifier and Type Method Description TokenIntPair[]
TopNTokens. calculate(TokenCounts tokenCounts)
TokenIntPair[]
TokenCountPriorityQueue. getArray()
Methods in org.apache.tika.eval.core.textstats with parameters of type TokenIntPair Modifier and Type Method Description protected boolean
TokenCountPriorityQueue. lessThan(TokenIntPair arg0, TokenIntPair arg1)
-
Uses of TokenIntPair in org.apache.tika.eval.core.tokens
Methods in org.apache.tika.eval.core.tokens that return TokenIntPair Modifier and Type Method Description TokenIntPair[]
TokenCountPriorityQueue. getArray()
TokenIntPair[]
TokenStatistics. getTopN()
TokenIntPair[]
ContrastStatistics. getTopNMoreA()
TokenIntPair[]
ContrastStatistics. getTopNMoreB()
TokenIntPair[]
ContrastStatistics. getTopNUniqueA()
TokenIntPair[]
ContrastStatistics. getTopNUniqueB()
Methods in org.apache.tika.eval.core.tokens with parameters of type TokenIntPair Modifier and Type Method Description int
TokenIntPair. compareTo(TokenIntPair o)
Descending by value, ascending by tokenprotected boolean
TokenCountPriorityQueue. lessThan(TokenIntPair arg0, TokenIntPair arg1)
Constructors in org.apache.tika.eval.core.tokens with parameters of type TokenIntPair Constructor Description TokenStatistics(int totalUniqueTokens, int totalTokens, TokenIntPair[] topN, double entropy, org.apache.commons.math3.stat.descriptive.SummaryStatistics summaryStatistics)
-