public class CategoryScores extends Object
| Constructor and Description |
|---|
CategoryScores(BigInteger catElements,
LexicalEngineConfiguration Config) |
| Modifier and Type | Method and Description |
|---|---|
double |
calculateCoverage() |
String |
findBest() |
ArrayList<String> |
findBestList() |
BigInteger |
getCategoryElements() |
float |
getScore(String columnName) |
float |
getScore(String columnName,
boolean simpleMatch) |
float |
getSimpleScore(String columnName) |
void |
incrementScore(String columnName,
float increment,
boolean doIncrementMathes) |
void |
setCategoryElements(BigInteger categoryElements) |
String |
showScores() |
public CategoryScores(BigInteger catElements, LexicalEngineConfiguration Config)
public double calculateCoverage()
public String showScores()
public void incrementScore(String columnName, float increment, boolean doIncrementMathes)
public float getScore(String columnName, boolean simpleMatch)
public float getScore(String columnName)
public float getSimpleScore(String columnName)
public String findBest()
public void setCategoryElements(BigInteger categoryElements)
public BigInteger getCategoryElements()
Copyright © 2021. All Rights Reserved.