textTitle =
textTitle.substring(textTitle.lastIndexOf('.')+1,
textTitle.length());
String results = "=== Performance information ===\n\n"
+ "Scheme: " + textTitle + "\n"
+ "Relation: "+ inst.dataset().relationName() + "\n\n"
+ m_eval.toSummaryString();
if (inst.classIndex() >= 0 &&
inst.classAttribute().isNominal() &&
(m_outputInfoRetrievalStats)) {
results += "\n" + m_eval.toClassDetailsString();