我正在尝试运行文档中的silhouette_kproto函数示例:
https://www.rdocumentation.org/packages/clustMixType/versions/0.2-2/topics/silhouette_kproto
我已经安装了v0.2-11,如我的SessionInfo()所示。
other attached packages:
[1] clustMixType_0.2-11 readxl_1.1.0但是这个版本似乎没有包含silhouette_kproto函数,这个函数好像是0.2-2版本,如下所示:
https://www.rdocumentation.org/packages/clustMixType/versions/0.2-2/topics/silhouette_kproto
如何安装0.2-2版本的clustMixType?我刚刚运行了这个
install.packages('clustMixType')是不是应该安装最新的版本?
我已经用它搜索过了
> getAnywhere(silhouette_kproto)结果发现:
A single object matching ‘silhouette_kproto’ was found
It was found in the following places
namespace:clustMixType为什么当我尝试使用它时会收到错误信息?
could not find function "silhouette_kproto"发布于 2021-04-06 19:17:44
您引用的示例来自旧版本的文档。
请尝试从新版本中重现示例,我们已经重构了函数,您现在应该使用validation_kproto(method = "silhouette", ...) (have a look here)。
许多问候,Rabea
clustmixtype
https://stackoverflow.com/questions/66830709
复制相似问题