docker-packing-box icon indicating copy to clipboard operation
docker-packing-box copied to clipboard

Integrate sorted histogram features

Open AlexVanMechelen opened this issue 1 year ago • 0 comments

This PR adds:

  • A staticmethod for computing sorted histograms
  • A cached_property storing 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)

AlexVanMechelen avatar May 02 '24 21:05 AlexVanMechelen