*/
public void modifyTransform(float[][] change, boolean save, int start, int end) {
Termination[] terms = this.getNodeTerminations();
for(int postIx = start; postIx < end; postIx++) {
PlasticNodeTermination pnt = (PlasticNodeTermination) terms[postIx];
pnt.modifyWeights(change[postIx-start], save);
}
}
/**
* Saves the weights in the PlasticNodeTerminations within.