Package org.apache.tika.eval.core.tokens
Class ContrastStatistics
- java.lang.Object
- 
- org.apache.tika.eval.core.tokens.ContrastStatistics
 
- 
 public class ContrastStatistics extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ContrastStatistics()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDiceCoefficient()doublegetOverlap()TokenIntPair[]getTopNMoreA()TokenIntPair[]getTopNMoreB()TokenIntPair[]getTopNUniqueA()TokenIntPair[]getTopNUniqueB()
 
- 
- 
- 
Method Detail- 
getDiceCoefficientpublic double getDiceCoefficient() 
 - 
getOverlappublic double getOverlap() 
 - 
getTopNUniqueApublic TokenIntPair[] getTopNUniqueA() 
 - 
getTopNUniqueBpublic TokenIntPair[] getTopNUniqueB() 
 - 
getTopNMoreApublic TokenIntPair[] getTopNMoreA() 
 - 
getTopNMoreBpublic TokenIntPair[] getTopNMoreB() 
 
- 
 
-