report.header("Layer #");
report.header("Total Count");
report.header("Neuron Count");
report.header("Activation Function");
report.header("Bias");
report.header("Context Target Size");
report.header("Context Target Offset");
report.header("Context Count");
report.endRow();
BasicNetwork network = (BasicNetwork) method;