if (each.value > THRESHOLD) tally++;
}
}
System.out.println(tally);
f.printf("<records count=\"%d\" glyph=\"fr 1\" color=\"0\">\n", tally);
for (Vector row: corr.rows()) {
for (Entry each: row.entries()) {
if (Matrix.indexOf(row) >= each.index) continue;
if (each.value > THRESHOLD) {
f.printf("<record source=\"%d\" destination=\"%d\"> %f </record>\n",
Matrix.indexOf(row)+1,