-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added recipe for maximal indices (#522)
* added recipe for maximal indices * Stats argsort (#521) * added argsort to stats * added unit tests * added recipe for maximal indices * added recipe * added argsort to docs * Run isort on notebooks * Revert "added recipe" This reverts commit 4ec9db3. * Update recipes.ipynb
- Loading branch information
Showing
7 changed files
with
90 additions
and
38 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,5 @@ | |
~DiEdgeStat.var | ||
~DiEdgeStat.moment | ||
~DiEdgeStat.argmin | ||
~DiEdgeStat.argmax | ||
~DiEdgeStat.argmax | ||
~DiEdgeStat.argsort |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,4 @@ | |
~DiNodeStat.moment | ||
~DiNodeStat.argmin | ||
~DiNodeStat.argmax | ||
~DiNodeStat.argsort |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,5 @@ | |
~EdgeStat.var | ||
~EdgeStat.moment | ||
~EdgeStat.argmin | ||
~EdgeStat.argmax | ||
~EdgeStat.argmax | ||
~EdgeStat.argsort |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,5 @@ | |
~NodeStat.var | ||
~NodeStat.moment | ||
~NodeStat.argmin | ||
~NodeStat.argmax | ||
~NodeStat.argmax | ||
~NodeStat.argsort |