示例#1
0
 def destroy(self):
     return _libfann.neural_net_parent_destroy(self)
示例#2
0
 def destroy(self): return _libfann.neural_net_parent_destroy(self)
 def create_standard(self, *args): return _libfann.neural_net_parent_create_standard(self, *args)
示例#3
0
文件: libfann.py 项目: tbluche/BetBoy
 def destroy(self):
     return _libfann.neural_net_parent_destroy(self)
 def destroy(self): return _libfann.neural_net_parent_destroy(self)
 def create_standard(self, *args): return _libfann.neural_net_parent_create_standard(self, *args)