作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 R 中的 TM 包对文本文档执行聚类。在 TDM 上运行相异函数时,我遇到以下错误
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘dissimilarity’ for signature ‘"TermDocumentMatrix"’
代码片段
docsTDM <- tm_map(docs8,PlainTextDocument)
docsTDM1 <- TermDocumentMatrix(docsTDM)
docsdissim <- dissimilarity(docsTDM1, method = "cosine")
我引用以下链接来到达 docs8 步骤
http://www.r-bloggers.com/text-mining-in-r-automatic-categorization-of-wikipedia-articles/
最佳答案
tm
包中似乎不再支持函数 dissimilarity()
,因此您正在查看的代码将无法工作。
请参阅最近 package updates 中的“已弃用和已失效”部分对于tm
。
作者建议使用 proxy::dist()
代替。
关于r - R 中文本挖掘的相异函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28151774/
我是一名优秀的程序员,十分优秀!