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