Exemplo n.º 1
0
 void ann::get_null_rejection(bool &null_rejection) const
 {
     null_rejection = grt_ann.getNullRejectionEnabled();
 }
Exemplo n.º 2
0
 void mlp::get_null_rejection(bool &null_rejection) const
 {
     null_rejection = grt_mlp.getNullRejectionEnabled();
 }