Skip to content

Commit dfe7663

Browse files
committed
throw away misleading feature size
1 parent fac2a9c commit dfe7663

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function init(matrix) {
2121
});
2222

2323
let m = getDimensionSize(y, 1);
24-
let n = getDimensionSize(y, 2);
2524

2625
// Part 1: Normal Equation
2726
console.log('Part 1: Normal Equation ...\n');

0 commit comments

Comments
 (0)