Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Fize Jacques
GMatch4py
Commits
38077b3c
Commit
38077b3c
authored
Sep 13, 2018
by
Fize Jacques
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug Weisfeiler_lehman
parent
8ec5562e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gmatch4py/kernels/weisfeiler_lehman.pyx
gmatch4py/kernels/weisfeiler_lehman.pyx
+1
-1
No files found.
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