theochem / Selector

Python library of algorithms for selecting diverse subsets of data for machine-learning.
https://selector.qcdevs.org
GNU General Public License v3.0
22 stars 21 forks source link

[methods.partition DirectedSphereExclusion] #133

Open FarnazH opened 1 year ago

FarnazH commented 1 year ago

To do:

FarnazH commented 1 year ago

To be discussed in the next meeting:

Based on the paper:

  1. We are not addressing ties when sorting the samples based on their distance to the reference. In the paper, it is recommended to use the closest point to reference to break the tie.
  2. This implementation only works for Minkowski p-norm measure, not any desired similarity measure.