fr.inrialpes.exmo.ontosim.set
Class MaxSet<O>
java.lang.Object
fr.inrialpes.exmo.ontosim.set.SetMeasure<O>
fr.inrialpes.exmo.ontosim.set.MaxSet<O>
- Type Parameters:
O
-
- All Implemented Interfaces:
- Measure<Set<O>>
public class MaxSet<O>
- extends SetMeasure<O>
Measure which return the max similarity (min dissimilarity) between two sets of objects of
type O according to a local measure m.
- Author:
- jerome
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxSet
public MaxSet(Measure<O> m)
getSumMax
private double getSumMax(Set<O> o1,
Set<O> o2,
Method m)
getMeasureValue
public double getMeasureValue(Set<O> o1,
Set<O> o2)
getDissim
public double getDissim(Set<O> o1,
Set<O> o2)
getSim
public double getSim(Set<O> o1,
Set<O> o2)
(C) INRIA & friends, 2008-2009