-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sum weight algorithm + min/max/mean/median/average/count/len/sum feat…
…ures on edge properties (#1200) * sum weight for a vertex algorithm * add in out and both * yugioh mode, implement pydirection, implement python algorithm + tests * add docs for python algo * implemented many functions upon the list, listlist, pyiterable, sum, count, * fixed getter for edges with small annotation, added sum for valuelist and valuelistlist, fixed internal error with empty result, fixed none appearing in empty lists when doing a sum * added more * median * remove median temporarily * lighter algorithms * fixed balance to be temporal * whats done is done * no more unwrap explosions * add min and max vaue and keys * min max key and value for algo result * add min, max, mean, average to propiterable * add min, max, mean, average, median, count, len to PyPropHistValueList + python tests * move test to its own code * add len, count, min, max to PyPropValueList + tests * added average + mean to PyPropValueList + tests * add len, count, min, max, mean, avg, median to PyPropValueList List+ tests * added len, count, min, max, mean, avg, median to PyTemporalProp+ tests * idk blank lines? * in algo result min max median now return a k,v pair option
- Loading branch information
Showing
12 changed files
with
1,216 additions
and
47 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
Oops, something went wrong.