public interface IBaseResult
Modifier and Type | Method and Description |
---|---|
double |
getFScore()
Returns the F1 score, a double between zero and 1, inclusive.
|
double |
getPrecision()
Returns the precision, a double between zero and 1, inclusive.
|
double |
getRecall()
Returns the recall, a double between zero and 1, inclusive.
|
int |
getTotalAnswers()
Returns the total number of answers.
|
int |
getTotalCorrect()
Returns the total number of items correctly identified.
|
int |
getTotalFound()
Returns the total number items found.
|
double getPrecision()
double getRecall()
double getFScore()
int getTotalFound()
int getTotalAnswers()
int getTotalCorrect()
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.