ArnaoutLab / diversity

Partitioned frequency- and similarity-sensitive diversity in Python
MIT License
6 stars 1 forks source link

SimilarityFromMemory subclasses #47

Closed Elliot-D-Hill closed 1 year ago

Elliot-D-Hill commented 2 years ago

Making 3 new subclasses that inherit from SimilarityFromMemory: SimilarityFromDataFrame, SimilarityFromNdarray, and SimilarityFromMemmap would simplify the the make_similarity factory and remove some conditional logic in SimilarityFromMemory. This is probably very low priority.