Carlos-Francisco Méndez-Cruz

LSA soft clustering

...@@ -17,7 +17,7 @@ import numpy as np ...@@ -17,7 +17,7 @@ import numpy as np
17 # 1) File with groups and plots 17 # 1) File with groups and plots
18 18
19 # Execution: 19 # Execution:
20 -# python plot_Vectors_LSA_structured_heatmap.py --outputPath /home/compu2/bionlp/lcg-faaa/agrupamiento-datos-categoricos --vectorPath /home/compu2/bionlp/lcg-faaa/agrupamiento-datos-categoricos --vectorFile vectors_file.txt --groups 2 20 +# python get-groups.py --outputPath /home/compu2/bionlp/lcg-faaa/agrupamiento-datos-categoricos --vectorPath /home/compu2/bionlp/lcg-faaa/agrupamiento-datos-categoricos --vectorFile vectors_file.txt --groups 2
21 21
22 ########################################################### 22 ###########################################################
23 # MAIN PROGRAM # 23 # MAIN PROGRAM #
......