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:17:48 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d26b2c73fabeade72b839ce0f7f2698f82cb8aa2
d26b2c73
1 parent
2e9735fd
LSA soft clustering
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
agrupamiento-datos-categoricos/plot_Vectors_LSA_structured_heatmap.py
agrupamiento-datos-categoricos/plot_Vectors_LSA_structured_heatmap.py
View file @
d26b2c7
...
...
@@ -94,7 +94,7 @@ if __name__ == "__main__":
#listGroup.append(group[0])
#listSign.append(group[1])
#listLabels.append(label + group[1])
listLabels
.
append
(
label
+
group
)
listLabels
.
append
(
label
)
print
(
" Reading vectors done!"
)
print
(
" Len vectors: "
+
str
(
len
(
listVectors
)))
print
(
" Len labels: "
+
str
(
len
(
listLabels
)))
...
...
Please
register
or
login
to post a comment