We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d6a9c commit db20585Copy full SHA for db20585
nn.rb
@@ -21,7 +21,7 @@
21
training_y_data = y_data[test_set_size .. y_data.size]
22
23
# Setup training data model
24
-train = RubyFann::TrainData.new( :inputs=> x_data, :desired_outputs=>y_data );
+train = RubyFann::TrainData.new( :inputs=> training_x_data, :desired_outputs=>training_y_data );
25
26
# Setup model and train using training data
27
model = RubyFann::Standard.new(
0 commit comments