1
这种对稀疏性的解释准确吗?
根据软件包removeSparseTerms功能的文档,tm稀疏性是这样的: A term-document matrix where those terms from x are removed which have at least a sparse percentage of empty (i.e., terms occurring 0 times in a document) elements. I.e., the resulting matrix contains only terms with a sparse factor of less than sparse. 那么,是否正确解释是说如果sparse等于.99,那么我们要删除仅出现在最多1%数据中的术语?