We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621c28f commit d0336d9Copy full SHA for d0336d9
R/00_pmclust_reduceK.r
@@ -29,7 +29,7 @@ pmclust.reduceK <- function(X = NULL, K = 2, MU = NULL,
29
K <- K - length(i.k)
30
31
### Initial global storage.
32
- PARAM.org <- set.global(K = K, RndEM.iter = 0)
+ PARAM.org <- set.global(K = K)
33
34
### Replacing PARAM.org by previous PARAM.new.
35
PARAM.org$K <- K
0 commit comments