示例#1
0
 def set_cascade_candidate_stagnation_epochs(self, *args):
     return _libfann.neural_net_parent_set_cascade_candidate_stagnation_epochs(
         self, *args)
示例#2
0
 def set_cascade_candidate_stagnation_epochs(self, *args): return _libfann.neural_net_parent_set_cascade_candidate_stagnation_epochs(self, *args)
 def get_cascade_weight_multiplier(self): return _libfann.neural_net_parent_get_cascade_weight_multiplier(self)
示例#3
0
文件: libfann.py 项目: tbluche/BetBoy
 def set_cascade_candidate_stagnation_epochs(self, *args):
     return _libfann.neural_net_parent_set_cascade_candidate_stagnation_epochs(self, *args)
 def set_cascade_candidate_stagnation_epochs(self, *args): return _libfann.neural_net_parent_set_cascade_candidate_stagnation_epochs(self, *args)
 def get_cascade_weight_multiplier(self): return _libfann.neural_net_parent_get_cascade_weight_multiplier(self)