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)
AnalysisResult
JasperPrint
summarising the result.getSummaryReport
in interface AnalysisResult
title
- 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)
AnalysisResult
JasperPrint
detailing the result.getDetailReport
in interface AnalysisResult
title
- a title to add to the reportinfo
- information to print at the beginning of the reportJasperPrint
detailing the result.public String getSummaryReport()
AnalysisResult
String
summarising the result.getSummaryReport
in interface AnalysisResult
String
summarising the resultpublic String getDetailReport()
AnalysisResult
String
detailing the result.getDetailReport
in interface AnalysisResult
String
detailing the result