Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwuxinlin authored Nov 15, 2023
1 parent c0ba366 commit 69e5287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPADE_score/readme.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ To evaluate the SPADE-Score, follow the steps outlined below:
3. Use the Spade function with your data inputs and outputs:

```python
TopEig, TopEdgeList, TopNodeList, node_score, L_in, L_out, Dxy, Uxy = Spade(data_input, data_output)
TopEig, TopEdgeList, TopNodeList, node_score = Spade(data_input, data_output)
```

4. The `data_input` and `data_output` parameters should be flattened. If your data is a multidimensional array, make sure to flatten it before use.

0 comments on commit 69e5287

Please sign in to comment.