Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lx9days authored Oct 15, 2022
1 parent f2b2cc1 commit efbbe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ You can generate neighbour joining tree using:
var NJ = new NeighborJoining(D, taxa, classify);
NJ.buildTree();
```
3. For MDS, you possibly also need 2D data after dimension reduction.
3. You possibly also need 2D MDS data for scatterplots.

If you have problems, please submit an issue.

0 comments on commit efbbe12

Please sign in to comment.