示例#1
0
 def train_on_file(self, *args):
     return _libfann.neural_net_parent_train_on_file(self, *args)
示例#2
0
文件: libfann.py 项目: tbluche/BetBoy
 def train_on_file(self, *args):
     return _libfann.neural_net_parent_train_on_file(self, *args)
示例#3
0
 def train_on_file(self, filename, max_epochs, epochs_between_reports,
                   desired_error):
     return _libfann.neural_net_parent_train_on_file(
         self, filename, max_epochs, epochs_between_reports, desired_error)
示例#4
0
 def train_on_file(self, filename, max_epochs, epochs_between_reports, desired_error):
     return _libfann.neural_net_parent_train_on_file(
         self, filename, max_epochs, epochs_between_reports, desired_error
     )