Skip to content

Commit

Permalink
fixed bug with rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujit-O committed Aug 15, 2019
1 parent 071083d commit 4d02ed3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,23 +102,12 @@ Experiments
Graph Generation
=================

Hepth
-------

.. automodule:: dynamicgem.graph_generation.createHepTHCollabNet_nx
:members:

Dynamic Military Call Graph
----------------------------

.. automodule:: dynamicgem.graph_generation.dynamic_military_call_graph
:members:

AS
---

.. automodule:: dynamicgem.graph_generation.getAS_nx
:members:

Stochastic Block Model Graph
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion dynamicgem/utils/timers_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def getAddedEdge(A, filepath, M):
def RefineBound(S_ori, S_add, Loss_ori, K):
"""Function to calculate the objective funciton or loss.
Loss_Bound = Loss_ori + trace_change(S * S^T) - eigs(delta(S *S^T),K)
Loss_Bound = Loss_ori + trace_change(S x S^T) - eigs(delta(S x S^T),K)
Args:
S_ori (Sparse Matrix): Sparse scipy of original adjancey matrix
Expand Down

0 comments on commit 4d02ed3

Please sign in to comment.