public class FullMEAnalysis extends Object implements AnalysisResult
Modifier and Type | Field and Description |
---|---|
AnalysisResult |
adjRandInd |
DecisionAnalysis |
decision
The
DecisionAnalysis instance |
FScoreAnalysis |
fscore
The
FScoreAnalysis instance |
NMIAnalysis |
nmi
the
NMIAnalysis instance |
PurityAnalysis |
purity
A measure of how pure each cluster is.
|
RandomIndexAnalysis |
randIndex
The
RandomIndexAnalysis instance |
Constructor and Description |
---|
FullMEAnalysis() |
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. |
String |
getSummaryReport()
Get a
String summarising the result. |
net.sf.jasperreports.engine.JasperPrint |
getSummaryReport(String title,
String info)
Get a
JasperPrint summarising the result. |
public PurityAnalysis purity
public NMIAnalysis nmi
NMIAnalysis
instancepublic DecisionAnalysis decision
DecisionAnalysis
instancepublic FScoreAnalysis fscore
FScoreAnalysis
instancepublic RandomIndexAnalysis randIndex
RandomIndexAnalysis
instancepublic AnalysisResult adjRandInd
public FullMEAnalysis()
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 resultpublic net.sf.jasperreports.engine.JasperPrint getSummaryReport(String title, String info) throws net.sf.jasperreports.engine.JRException
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 resultnet.sf.jasperreports.engine.JRException
public net.sf.jasperreports.engine.JasperPrint getDetailReport(String title, String info) throws net.sf.jasperreports.engine.JRException
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.net.sf.jasperreports.engine.JRException