Esempio n. 1
0
 def train_on_file(self, *args):
     return _libfann.neural_net_parent_train_on_file(self, *args)
Esempio n. 2
0
 def train_on_file(self, *args):
     return _libfann.neural_net_parent_train_on_file(self, *args)
Esempio n. 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)
Esempio n. 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
     )