CLASS - Type of classespublic class ROCResult<CLASS> extends Object implements AnalysisResult
AnalysisResult representing a set of ROC curves and associated
statistics.| Modifier and Type | Method and Description |
|---|---|
String |
getDetailReport()
Get a
String detailing the result. |
net.sf.jasperreports.engine.JasperPrint |
getDetailReport(String title,
String info)
Get a
JasperPrint detailing the result. |
Map<CLASS,gov.sandia.cognition.statistics.method.ReceiverOperatingCharacteristic> |
getROCData() |
String |
getSummaryReport()
Get a
String summarising the result. |
net.sf.jasperreports.engine.JasperPrint |
getSummaryReport(String title,
String info)
Get a
JasperPrint summarising the result. |
String |
toString() |
public Map<CLASS,gov.sandia.cognition.statistics.method.ReceiverOperatingCharacteristic> getROCData()
ReceiverOperatingCharacteristic for each CLASSpublic net.sf.jasperreports.engine.JasperPrint getSummaryReport(String title, String info)
AnalysisResultJasperPrint summarising the result.getSummaryReport in interface AnalysisResulttitle - a title to add to the reportinfo - information to print at the beginning of the reportString summarising the resultpublic net.sf.jasperreports.engine.JasperPrint getDetailReport(String title, String info)
AnalysisResultJasperPrint detailing the result.getDetailReport in interface AnalysisResulttitle - a title to add to the reportinfo - information to print at the beginning of the reportJasperPrint detailing the result.public String getSummaryReport()
AnalysisResultString summarising the result.getSummaryReport in interface AnalysisResultString summarising the resultpublic String getDetailReport()
AnalysisResultString detailing the result.getDetailReport in interface AnalysisResultString detailing the result