Skip to content

Commit 6d8e842

Browse files
committed
throw away misleading feature size
1 parent 687e8c7 commit 6d8e842

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
@@ -23,7 +23,6 @@ function init(matrix) {
2323
});
2424

2525
let m = getDimensionSize(y, 1);
26-
let n = getDimensionSize(y, 2);
2726

2827
// Part 1: Feature Normalization
2928
console.log('Part 1: Feature Normalization ...\n');

0 commit comments

Comments
 (0)