org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.data
Class CategoryScores

java.lang.Object
  extended by org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.data.CategoryScores

public class CategoryScores
extends Object


Constructor Summary
CategoryScores(BigInteger catElements, LexicalEngineConfiguration Config)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryScores

public CategoryScores(BigInteger catElements,
                      LexicalEngineConfiguration Config)
Method Detail

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 © 2013. All Rights Reserved.