Closed huiwenzhang closed 6 years ago
Dear Mr. Huiwen Zhang,
Thank You for Your remark. Unfortunately, I am afraid I wouldn't be able to help You, since so far I haven't used the devtools at all. I suggest You to download the binary package and theninstall it from the R-level using the command line script: install.packages(
Best regards,
Krzysztof Byrski
The afCEC package is a part of CRAN repository and it can be installed by the following command:
install.packages("afCEC") library("afCEC")
The basic usage comes down to the function afCEC with two required arguments: input data (points) and the initial number of centers (maxClusters):
afCEC (points= , maxClusters= )
Thx.
Hi, when I tried to install your afCEC package with devtools and use command
install_github("GeigenPrinzipal/afCEC")
. I successfully download the code but the compile failed with the error:How could I fix this? THX