Skip to content

Commit

Permalink
return all regression results
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyklee committed Oct 2, 2019
1 parent 91fcf44 commit 72a9440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NeuralNetwork/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ class NeuralNetwork {
return {
value: val
}
})[0];
});

results.output = outputData;
results.tensor = ys;
Expand Down

0 comments on commit 72a9440

Please sign in to comment.