textractor.datamodel
Class TermPredictionStatistics
java.lang.Object
textractor.datamodel.TermPredictionStatistics
public final class TermPredictionStatistics
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TermPredictionStatistics
public TermPredictionStatistics()
TermPredictionStatistics
public TermPredictionStatistics(Article article)
getMinDistance
public double getMinDistance()
- Returns the minimum value of this distance. Nagative values are
considered to determine the minimum distance.
- Returns:
- Returns the minimum value of the SVM distance to the hyperplane,
for this term.
setMinDistance
public void setMinDistance(double currentDistance)
getMaxDistance
public double getMaxDistance()
setMaxDistance
public void setMaxDistance(double currentDistance)
getAvgDistance
public double getAvgDistance()
getSumDistance
public double getSumDistance()
setSumDistance
public void setSumDistance(double sumDistance)
setTermSearched
public void setTermSearched(int[] indexedTerm)
getTermSearched
public int[] getTermSearched()
setTermPredictionRatio
public void setTermPredictionRatio(double ratio)
getTermPredictionRatio
public double getTermPredictionRatio()
setTermPredictionCount
public void setTermPredictionCount(int count)
addToTermPredictionCount
public void addToTermPredictionCount(int count)
setArticle
public void setArticle(Article article)
getArticle
public Article getArticle()
incrementTermPredictionCount
public void incrementTermPredictionCount()
getTermPredictionCount
public int getTermPredictionCount()
addDistance
public void addDistance(double distance)
getDistances
public double[] getDistances()
Copyright © 2003-2008 Institute for Computational Biomedicine, All Rights Reserved.