Skip to content

Commit

Permalink
static renamed to noTraining
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Apr 13, 2020
1 parent 071ee19 commit 0d57f0c
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 @@ -17,7 +17,7 @@ const DEFAULTS = {
debug: false,
learningRate: 0.2,
hiddenUnits: 16,
static: false
noTraining: false
};
class DiyNeuralNetwork {
constructor(options, cb) {
Expand Down

0 comments on commit 0d57f0c

Please sign in to comment.