Beispiel #1
0
 public void PropogateForward()
 {
     ClearState();
     Weights.ProprogateForward(this);
 }