Update extramath.js

This commit is contained in:
Namhyeon Go 2022-11-06 22:03:28 +09:00 committed by GitHub
parent e08df0578e
commit 2d0829b6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
// lib/extramath.js
// https://github.com/gnh1201/welsonjs
// DTM(Document-term Matrix): https://en.wikipedia.org/wiki/Document-term_matrix
function DTM() {
this.data = [];
this.terms = [];