clear method

void clear()

After-training method, typically clear buffered data from the training process

Implementation

void clear() {
  inputDataBuffer = null;
  activatedDerivativeBuffer = null;
}