corrected 2 small bits in PCA help

nix
Pierre Alexandre Tremblay 6 years ago
parent 9fef109e33
commit 027896c088

@ -114,8 +114,7 @@ code::
//Setup
(
~inputPoint = Buffer.alloc(s,1);
~predictPoint = Buffer.alloc(s,2);
~avgBuf = Buffer.alloc(s,10,2);
~predictPoint = Buffer.alloc(s,1);
~pitchingBus = Bus.control;
~catchingBus = Bus.control;
)

Loading…
Cancel
Save