distance between sets even when the sets are unbalanced?
问题 I need to find a best distance equation to find the distance between two sets. Distance equations are like euclidean, manhantan or any..I have to find the optimal minimal distance between two entities. Entities are sets with elements(floating values). Sets can be equi number of elements or may vary. for ex: s1={2.1,3.5,2.7,4.9}, s2={4.2,3.1,2.3} How can I find the distance between two such kind of sets ? In my case, each element is indexed to one position...for ex: s1={w,x,y,z}, s2={w,y,z}.