Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fize Jacques
GMatch4py
Commits
38077b3c
Commit
38077b3c
authored
Sep 13, 2018
by
Fize Jacques
Browse files
Debug Weisfeiler_lehman
parent
8ec5562e
Changes
1
Hide whitespace changes
Inline
Side-by-side
gmatch4py/kernels/weisfeiler_lehman.pyx
View file @
38077b3c
...
...
@@ -142,4 +142,4 @@ cdef class WeisfeleirLehmanKernel(Base):
k
+=
np
.
dot
(
phi
.
transpose
(),
phi
)
it
=
it
+
1
return
minmax_scale
(
k
).
todense
()
\ No newline at end of file
return
np
.
ma
.
getdata
(
minmax_scale
(
k
))
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment