Skip to content

Commit ad1d414

Browse files
committed
minor
1 parent f6da82a commit ad1d414

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/00_pmclust_reduceK_dmat.r

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ pmclust.reduceK.dmat <- function(K = 2, algorithm = .PMC.CT$algorithm){
1717

1818
# Update steps.
1919
method.step <- switch(algorithm[1],
20-
"em.dmat" = em.step,
21-
# "aecm.dmat" = aecm.step,
22-
# "apecm.dmat" = apecm.step,
23-
# "apecma.dmat" = apecma.step,
20+
"em.dmat" = em.step.dmat,
21+
# "aecm.dmat" = aecm.step.dmat,
22+
# "apecm.dmat" = apecm.step.dmat,
23+
# "apecma.dmat" = apecma.step.dmat,
2424
NULL)
2525
if(comm.all(is.null(method.step))){
2626
comm.stop("Algorithm is not found.")

0 commit comments

Comments
 (0)