|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Evaluation.Information class for describing evaluation results
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 seriesName)
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. |
java.lang.String |
toString()
Get output suitable for .raw files. |
java.lang.String |
toVerbose()
Get output suitable for .out files; may include new lines. |
Method Detail |
public boolean hasInformation()
if the comparison graph was non-emptypublic java.lang.String toVerbose()
public java.lang.String toString()
public java.lang.String getLayout()
public void add(Evaluation.Information other)
other
- the information to add to this
public java.util.Map getDatasets(java.lang.String seriesName)
seriesName
- 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 |