We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69c97a commit 6fbd748Copy full SHA for 6fbd748
src/GNNGraphs/query.jl
@@ -422,7 +422,7 @@ Return the largest eigenvalue of the normalized symmetric Laplacian of the graph
422
If the graph is batched from multiple graphs, return the list of the largest eigenvalue for each graph.
423
"""
424
function laplacian_lambda_max(g::GNNGraph,T::DataType=Float32;
425
- add_self_loops::Bool=false, dir::Symbol=:out)
+ add_self_loops::Bool=false, dir::Symbol=:out)
426
if g.num_graphs==1
427
return _eigmax(normalized_laplacian(g,T;add_self_loops,dir))
428
else
0 commit comments