Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2730, comment 8


Ignore:
Timestamp:
06/26/17 23:17:59 (9 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2730, comment 8

    initial v1  
    33 * Unified implementation of all equality comparers and similarity calculators in BinaryVector, IntegerVector, RealVector, Permutation, and LinearLinkage encodings
    44 * Added Euclidean distance-based similarity calculators for real and integer vectors using a transformation function with scaling parameter
     5
     6I used as transformation function 1 / (1 + x) which was also mentioned [https://stats.stackexchange.com/questions/158279/how-i-can-convert-distance-euclidean-to-similarity-score here].