installed the clear message

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

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

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

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

Loading…
Cancel
Save