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