Beispiel #1
0
 void ann::get_gamma(float &gamma) const
 {
     gamma = grt_ann.getGamma();
 }
Beispiel #2
0
 void mlp::get_gamma(float &gamma) const
 {
     gamma = grt_mlp.getGamma();
 }