mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-10-17 14:21:25 +00:00
Update extramath.js
This commit is contained in:
parent
e08df0578e
commit
2d0829b6e9
|
@ -1,6 +1,7 @@
|
||||||
// lib/extramath.js
|
// lib/extramath.js
|
||||||
// https://github.com/gnh1201/welsonjs
|
// https://github.com/gnh1201/welsonjs
|
||||||
|
|
||||||
|
// DTM(Document-term Matrix): https://en.wikipedia.org/wiki/Document-term_matrix
|
||||||
function DTM() {
|
function DTM() {
|
||||||
this.data = [];
|
this.data = [];
|
||||||
this.terms = [];
|
this.terms = [];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user