corrected 2 small bits in PCA help

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

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

Loading…
Cancel
Save