javascript(linear-regression): fixed const
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
bad97c8ff1
commit
e96ee4884e
|
@ -6,7 +6,7 @@ canvas.width = window.innerWidth;
|
|||
const w = window.innerWidth;
|
||||
const h = window.innerHeight;
|
||||
|
||||
const points = [];
|
||||
let points = [];
|
||||
const pointSize = 5;
|
||||
const shuffleProcent = 0.99;
|
||||
|
||||
|
|
Loading…
Reference in a new issue