if (j < getInputFormat().classIndex())
newClassIndex += att.numValues() - 2;
// Compute values for new attributes
for (int k = 1; k < att.numValues(); k++) {
attributeName =
new StringBuffer(att.name() + "=");
for (int l = k; l < att.numValues(); l++) {
if (l > k) {
attributeName.append(',');