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:22:22 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dd70d284bbd7b4c4f0cd7340fed1c5b19828806a
dd70d284
1 parent
ec416a6f
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 @
dd70d28
...
...
@@ -85,11 +85,11 @@ if __name__ == "__main__":
print
(
"Vector vectorLen does not match: {}"
.
format
(
label
))
continue
for
elem
in
listValues
:
vectorOrig
.
append
(
float
(
elem
))
#
vectorOrig.append(float(elem))
vector
.
append
(
abs
(
float
(
elem
)))
listVectors
.
append
(
vector
)
#group = getGroupSign(vectorOrig)
group
=
getGroup
(
vector
Orig
)
group
=
getGroup
(
vector
)
listGroup
.
append
(
group
)
#listGroup.append(group[0])
#listSign.append(group[1])
...
...
Please
register
or
login
to post a comment