@ -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.
@ -86,7 +86,7 @@ Layer whose output to return.