applyParamsFrom method
Implementation
void applyParamsFrom(ANN other) {
weights = other.weights;
biases = other.biases;
_inited = true;
}
void applyParamsFrom(ANN other) {
weights = other.weights;
biases = other.biases;
_inited = true;
}