Skip to content
Verified Commit cc0eabdd authored by David Procházka's avatar David Procházka
Browse files

Added a representation of integer sequences that are compared using Jaccard similarity

parent 1da1f10a
  • I think the getDistanceImpl must return 1f - ((float)intersectionSize / (float)unionSet.size()); to be a distance.

    It is also questionable what to return on empty sequences.

    Edited by Vlastislav Dohnal
  • Author Owner

    Good catch. Addressed by e26284a7.

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment