... | ... |
@@ -6,7 +6,7 @@ |
6 | 6 |
#' @param distMat A distance matrix |
7 | 7 |
#' @param minClusterSize The minimum cluster size |
8 | 8 |
#' @param alpha a value between 0 and 1 specifying the desired level of cutoff |
9 |
-#' @return Optimal number of clusters |
|
9 |
+#' @return Optimal number of clusters |
|
10 | 10 |
#' |
11 | 11 |
#' @importFrom stats kmeans |
12 | 12 |
.runDiscriminant <- function(distMat, minClusterSize, alpha = 0.001) { |