Skip to content
Snippets Groups Projects
Commit a06987df authored by Martin Beseda's avatar Martin Beseda
Browse files

ENH: changes because of enum naming convnention

parent dd1e7fd8
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ namespace lib4neuro {
this->ef->divide_data_train_test(1.0/k);
this->ef->get_network_instance()->print_weights();
this->ef->get_network_instance()->randomize_weights();
// this->ef->get_network_instance()->print_stats();
this->ef->get_network_instance()->print_stats();
this->ef->get_network_instance()->print_weights();
this->optimizer->optimize(*this->ef);
this->ef->return_full_data_set_for_training();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment