Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwuxinlin authored Jun 13, 2021
1 parent 2d9bc07 commit 9d57317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SPADE_score/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Usage
**SPADE-Score Evaluation Usage**
Download SPADE.py file. In your Python code, using:
1. `from SPADE import Spade`
2. `TopEig, TopEdgeList, TopNodeList = Spade(data_input, data_output, data_labels, k, num_eigs)`
2. `TopEig, TopEdgeList, TopNodeList = Spade(data_input, data_output, data_labels, k, num_eigs)`(num_eigs>=2)

`data_input` and ` data_output` requie flattening. Please do image flattening if your data is multidimensional array
3. Options default: full_function=True, The_faiss=True, graph=False, one_class=False, julia = False
4. Different graph-based manifold constructions can be chose by `The_faiss`, `The_faiss=Flse` import hnswlib, `The_faiss=True` import faiss
Expand Down

0 comments on commit 9d57317

Please sign in to comment.