installed the clear message

nix
Pierre Alexandre Tremblay 6 years ago
parent 6072eddddc
commit d67b489f23

@ -23,8 +23,8 @@ FluidBaseMLP : FluidDataClient {
]) ])
} }
init{ |action| clear{ |action|
this.prSendMsg(\init,action:action); this.prSendMsg(\clear,action:action);
} }
} }

@ -76,7 +76,7 @@ Input point
ARGUMENT:: action ARGUMENT:: action
A function to run when complete A function to run when complete
METHOD:: init METHOD:: clear
This will erase all the learning done in the neural network. This will erase all the learning done in the neural network.
ARGUMENT:: action ARGUMENT:: action

@ -86,7 +86,7 @@ Layer whose output to return.
ARGUMENT:: action ARGUMENT:: action
A function to run when complete A function to run when complete
METHOD:: init METHOD:: clear
This will erase all the learning done in the neural network. This will erase all the learning done in the neural network.
ARGUMENT:: action ARGUMENT:: action

Loading…
Cancel
Save