Skip to content

Commit

Permalink
fix some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nperraud committed Aug 19, 2019
1 parent 3ed33f9 commit af9845e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygsp/graphs/learngraph.py
Expand Up @@ -468,8 +468,8 @@ class LearnGraph(Graph):
minimize_W sum(sum(W .* Z)) - a * sum(log(sum(W))) + b * ||W||_F^2/2 + c * ||W-W_0||_F^2/2
In order to scale, this function can automatically:
1. Compute the optimal value of a,b
2. Use a resticted support to reduce the computational and the memory cost
1. compute the optimal value of a,b and,
2. use a resticted support to reduce the computational and the memory cost.
By default, these option are enabled and only the average number of neighboors k should be set.
Alternatively, the value of a and be can be set.
Expand Down

0 comments on commit af9845e

Please sign in to comment.