|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectviper.comparison.ObjectInformation
Stores precision/recall information for object evaluation.
| Constructor Summary | |
ObjectInformation()
Creates a new instance of ObjectInformation |
|
| Method Summary | |
void |
add(Evaluation.Information other)
Sums another information to this one, usually from two different CompMatrices. |
java.util.Map |
getDatasets(java.lang.String name)
Get a map of chart titles (actually, distance objects) to Datasets. |
java.lang.String |
getLayout()
Gets the layout for the toString format. |
boolean |
hasInformation()
Indicates if anything was found. |
void |
setPrecisionRecall(java.lang.String desc,
viper.comparison.PrecisionRecall pr)
Sets the precision and recall information assicated with this evaluation result object. |
java.lang.String |
toString()
Gets the information about the evaluation. |
java.lang.String |
toVerbose()
Get output suitable for .out files; may include new lines. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ObjectInformation()
| Method Detail |
public void add(Evaluation.Information other)
add in interface Evaluation.Informationother - the information to add to thispublic java.lang.String getLayout()
getLayout in interface Evaluation.Informationpublic boolean hasInformation()
hasInformation in interface Evaluation.Informationpublic java.lang.String toVerbose()
toVerbose in interface Evaluation.Informationpublic java.lang.String toString()
toString in interface Evaluation.Information
public void setPrecisionRecall(java.lang.String desc,
viper.comparison.PrecisionRecall pr)
desc - the descriptorpr - the pr for the descriptorpublic java.util.Map getDatasets(java.lang.String name)
getDatasets in interface Evaluation.Informationname - Associate the series in each dataset with this name.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||