-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* P_norm layout A Kamada-Kawai-like algorithm with a variable p-norm distance function. Now also passing dim, center, scale as kwargs to layout callables. * Set p_norm as find_embedding default * p_norm unit test test_dimension also changed as the behavior is slightly different now. * Minor changes Layout.d changed to Layout.dim, documentation changes, split a test. * Timeout changed to perf_counter * Fixed typo added TODO #122
- Loading branch information
Stefan Hannie
authored
Apr 1, 2020
1 parent
38a6469
commit d56ee52
Showing
7 changed files
with
272 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.