Entering edit mode
6.1 years ago
zizigolu
★
4.3k
Hi,
Whatever I am trying to work with densityClust R package, I am facing this error
> irisClust <- densityClust(irisDist, gaussian=TRUE)
Distance cutoff calculated to 0.2767655
Error in .Call("_densityClust_gaussianLocalDensity", PACKAGE = "densityClust", :
"_densityClust_gaussianLocalDensity" not available for .Call() for package "densityClust"
Called from: gaussianLocalDensity(distance, attr(distance, "Size"), dc)
Any suggestion please? Thank you
Just tried, works fine with Windows7, R 3.4.2, densityClust_0.3.
Please provide output of
sessionInfo()
.Thank you but I have already tried this
Please change the title of this thread to something more informative and relevant to the post content.
try to reinstall densityClust package and retry the code