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