Exemple #1
0
 def save_to_fixed(self, *args):
     return _libfann.neural_net_parent_save_to_fixed(self, *args)
Exemple #2
0
 def save_to_fixed(self, *args):
     return _libfann.neural_net_parent_save_to_fixed(self, *args)
Exemple #3
0
 def save_to_fixed(self, configuration_file):
     return _libfann.neural_net_parent_save_to_fixed(
         self, configuration_file)
Exemple #4
0
 def save_to_fixed(self, configuration_file):
     return _libfann.neural_net_parent_save_to_fixed(self, configuration_file)