classify(terms) { const tfidfs = this.tfidfs(terms); const result = []; Object.keys(tfidfs).forEach((key) => { result.push({ document: key, ...
確定! 回上一頁