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

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

public class CategoryScoresOld
extends Object


Constructor Summary
CategoryScoresOld(BigInteger maxelements)
           
 
Method Summary
 String findBest()
           
 ArrayList<String> findBestList()
           
 double getScore(String columnName)
           
 void incrementScore(String columnName, float increment)
           
 void setMaximumElements(BigDecimal MaximumElements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryScoresOld

public CategoryScoresOld(BigInteger maxelements)
Method Detail

setMaximumElements

public void setMaximumElements(BigDecimal MaximumElements)

incrementScore

public void incrementScore(String columnName,
                           float increment)

getScore

public double getScore(String columnName)

findBest

public String findBest()

findBestList

public ArrayList<String> findBestList()


Copyright © 2012. All Rights Reserved.