Пример #1
0
 def train_on_file(self, *args):
     return _libfann.neural_net_parent_train_on_file(self, *args)
Пример #2
0
 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
     )