search for: fannyx

Displaying 2 results from an estimated 2 matches for "fannyx".

Did you mean: fanny
2006 May 03
2
cannot use fanny in package cluster (PR#8830)
...t it does not work for function fanny. I did the following things: library(cluster) set.seed(21) x <- rbind(cbind(rnorm(10, 0, 0.5), rnorm(10, 0, 0.5)), cbind(rnorm(15, 5, 0.5), rnorm(15, 5, 0.5)), cbind(rnorm( 3,3.2,0.5), rnorm( 3,3.2,0.5))) .proctime00 <- proc.time() (fannyx <- fanny(x, 2)) and got the following messages: Error in .Fortran("fanny", as.integer(n), as.integer(jp), k, x2, dis = dv, ; Fortran function name not in DLL for package cluster Any help. Guan-Hua
2006 May 03
1
cannot use fanny in package cluster
...e for function clara, but it does not work for function fanny. I did the following things: library(cluster) set.seed(21) x <- rbind(cbind(rnorm(10, 0, 0.5), rnorm(10, 0, 0.5)),cbind(rnorm(15, 5, 0.5), rnorm(15, 5, 0.5)),cbind(rnorm( 3,3.2,0.5), rnorm( 3,3.2,0.5))) .proctime00 <- proc.time() (fannyx <- fanny(x, 2)) and got the following messages: Error in .Fortran("fanny", as.integer(n), as.integer(jp), k, x2, dis = dv, ; Fortran function name not in DLL for package cluster Any help. Guan-Hua