diff options
-rw-r--r-- | Code/create_edges_mixtool.R | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Code/create_edges_mixtool.R b/Code/create_edges_mixtool.R index 6ed852b..06fd0dc 100644 --- a/Code/create_edges_mixtool.R +++ b/Code/create_edges_mixtool.R @@ -23,8 +23,7 @@ if (! file.exists(AGINAME_FILE)) { ###### get commandline arguments #########################
args <- commandArgs(trailingOnly=TRUE)
-#k <- strtoi(args[1])
-k <- 2
+k <- strtoi(args[1])
####### Read data #########################################
X <- read.table(DATA_FILE, header=TRUE, check.names=FALSE)
|