report.cell(item.getAction().toString());
report.cell(Format.formatDouble(item.getNormalizedHigh(),
FIVE_SPAN));
report.cell(Format.formatDouble(item.getNormalizedLow(),
FIVE_SPAN));
report.endRow();
}
report.endTable();
report.h1("Machine Learning");