void ann::get_gamma(float &gamma) const { gamma = grt_ann.getGamma(); }
void mlp::get_gamma(float &gamma) const { gamma = grt_mlp.getGamma(); }