Browse code

styler

Nick authored on 05/10/2022 23:23:01
Showing 1 changed files

... ...
@@ -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) {