| Package | Description |
|---|---|
| org.apache.tika.eval.core.textstats | |
| org.apache.tika.eval.core.tokens |
| Modifier and Type | Method and Description |
|---|---|
TokenIntPair[] |
TopNTokens.calculate(TokenCounts tokenCounts) |
TokenIntPair[] |
TokenCountPriorityQueue.getArray() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TokenCountPriorityQueue.lessThan(TokenIntPair arg0,
TokenIntPair arg1) |
| Modifier and Type | Method and Description |
|---|---|
TokenIntPair[] |
TokenCountPriorityQueue.getArray() |
TokenIntPair[] |
TokenStatistics.getTopN() |
TokenIntPair[] |
ContrastStatistics.getTopNMoreA() |
TokenIntPair[] |
ContrastStatistics.getTopNMoreB() |
TokenIntPair[] |
ContrastStatistics.getTopNUniqueA() |
TokenIntPair[] |
ContrastStatistics.getTopNUniqueB() |
| Modifier and Type | Method and Description |
|---|---|
int |
TokenIntPair.compareTo(TokenIntPair o)
Descending by value, ascending by token
|
protected boolean |
TokenCountPriorityQueue.lessThan(TokenIntPair arg0,
TokenIntPair arg1) |
| Constructor and Description |
|---|
TokenStatistics(int totalUniqueTokens,
int totalTokens,
TokenIntPair[] topN,
double entropy,
org.apache.commons.math3.stat.descriptive.SummaryStatistics summaryStatistics) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.