mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 09:24:58 +00:00
Update extramath.js
This commit is contained in:
parent
e08df0578e
commit
2d0829b6e9
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user