}
private RandomDataImpl seedRandomGenerator() {
RandomDataImpl rnd = new RandomDataImpl();
rnd.reSeed(MultilayerPerceptron.SEED);
rnd.reSeedSecure(MultilayerPerceptron.SEED);
return rnd;
}
public WeightMatrix(DoubleMatrix weights) {
this.weights = weights;