org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.data
Class CategoryScores
java.lang.Object
org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.data.CategoryScores
public class CategoryScores
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryScores
public CategoryScores(BigInteger catElements,
LexicalEngineConfiguration Config)
calculateCoverage
public double calculateCoverage()
showScores
public String showScores()
incrementScore
public void incrementScore(String columnName,
float increment,
boolean doIncrementMathes)
getScore
public float getScore(String columnName,
boolean simpleMatch)
getScore
public float getScore(String columnName)
getSimpleScore
public float getSimpleScore(String columnName)
findBest
public String findBest()
findBestList
public ArrayList<String> findBestList()
setCategoryElements
public void setCategoryElements(BigInteger categoryElements)
getCategoryElements
public BigInteger getCategoryElements()
Copyright © 2012. All Rights Reserved.