From 6d44655fde325fda3ef48b3f1b01628b14c13215 Mon Sep 17 00:00:00 2001 From: shelldweller Date: Thu, 30 Sep 2021 02:34:15 -0600 Subject: [PATCH] remove grid_size from categorical som script --- Binary_SOM.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Binary_SOM.R b/Binary_SOM.R index 1daa43b..f7b0b43 100644 --- a/Binary_SOM.R +++ b/Binary_SOM.R @@ -120,4 +120,4 @@ cm_grey.validation$overall["Accuracy"] cm_grey.validation # Clean up environment -rm(dest_file, url, temp) \ No newline at end of file +rm(dest_file, url, temp, grid_size) \ No newline at end of file