Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
lcg-faaa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2018-10-04 23:23:03 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ea89400ac8a6583cfef09a80df9b8d8cf52db36d
ea89400a
1 parent
dd70d284
LSA soft clustering
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
agrupamiento-datos-categoricos/plot_Vectors_LSA_structured_heatmap.py
agrupamiento-datos-categoricos/plot_Vectors_LSA_structured_heatmap.py
View file @
ea89400
...
...
@@ -96,8 +96,8 @@ if __name__ == "__main__":
#listLabels.append(label + group[1])
listLabels
.
append
(
label
)
print
(
"Reading vectors done!"
)
print
(
"
Len
vectors: "
+
str
(
len
(
listVectors
)))
print
(
"
Len
labels: "
+
str
(
len
(
listLabels
)))
print
(
"
Total
vectors: "
+
str
(
len
(
listVectors
)))
print
(
"
Total
labels: "
+
str
(
len
(
listLabels
)))
with
open
(
os
.
path
.
join
(
options
.
outputPath
,
options
.
vectorFile
.
replace
(
'.txt'
,
'.grps.txt'
)),
mode
=
'w'
,
encoding
=
'utf8'
)
as
oFile
:
for
g
,
l
in
sorted
(
zip
(
listGroup
,
listLabels
)):
...
...
Please
register
or
login
to post a comment