示例#1
0
 def set_cascade_candidate_change_fraction(self, *args):
     return _libfann.neural_net_parent_set_cascade_candidate_change_fraction(
         self, *args)
示例#2
0
 def set_cascade_candidate_change_fraction(self, *args): return _libfann.neural_net_parent_set_cascade_candidate_change_fraction(self, *args)
 def get_cascade_candidate_stagnation_epochs(self): return _libfann.neural_net_parent_get_cascade_candidate_stagnation_epochs(self)
示例#3
0
文件: libfann.py 项目: tbluche/BetBoy
 def set_cascade_candidate_change_fraction(self, *args):
     return _libfann.neural_net_parent_set_cascade_candidate_change_fraction(self, *args)
 def set_cascade_candidate_change_fraction(self, *args): return _libfann.neural_net_parent_set_cascade_candidate_change_fraction(self, *args)
 def get_cascade_candidate_stagnation_epochs(self): return _libfann.neural_net_parent_get_cascade_candidate_stagnation_epochs(self)