4, 2) + "\n\n");
Enumeration enumAtts = m_Instances.enumerateAttributes();
int attIndex = 0;
while (enumAtts.hasMoreElements()) {
Attribute attribute = (Attribute) enumAtts.nextElement();
if (attribute.weight() > 0) {
text.append(attribute.name() + ": "
+ m_Distributions[attIndex][i]);
}
attIndex++;
}