docker-packing-box
docker-packing-box copied to clipboard
Integrate sorted histogram features
This PR adds:
- A
staticmethodfor computing sorted histograms - A
cached_propertystoring the sorted histogram of node sizes (used in multiple features) - A
functools.lru_cache'd function to calculate n-gram sorted histograms (used in multiple features for the same function parameters)