Skip to content

Commit

Permalink
Spectral Features NIPS 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Jan 26, 2020
1 parent 1d1fb7e commit 66a8aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karateclub/graph_embedding/sf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class SF(Estimator):
If the graph has a lowe umber of eigenvalues than k the representation is padded with zeros.
Args:
dimensions (int): Number of lowest eigenvalues. Defauls is 128.
dimensions (int): Number of lowest eigenvalues. Default is 128.
"""
def __init__(self, dimensions=128):
self.dimensions = dimensions
Expand Down

0 comments on commit 66a8aaa

Please sign in to comment.