예제 #1
0
 def run(self, *args):
     return _libfann.neural_net_run(self, *args)
예제 #2
0
파일: libfann.py 프로젝트: tbluche/BetBoy
 def run(self, *args):
     return _libfann.neural_net_run(self, *args)
예제 #3
0
 def run(self, input):
     return _libfann.neural_net_run(self, input)
예제 #4
0
파일: libfann.py 프로젝트: jeffames-cs/nnot
 def run(self, input):
     return _libfann.neural_net_run(self, input)