fr.inrialpes.exmo.ontosim.set
Class MaxSet<S>
java.lang.Object
fr.inrialpes.exmo.ontosim.set.SetMeasure<S>
fr.inrialpes.exmo.ontosim.set.MaxSet<S>
- Type Parameters:
S
-
- All Implemented Interfaces:
- Measure<Collection<? extends S>>
Deprecated.
@Deprecated
public class MaxSet<S>
- extends SetMeasure<S>
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<S> m)
- Deprecated.
getSumMax
private double getSumMax(Set<? extends S> o1,
Set<? extends S> o2,
Method m)
- Deprecated.
getMeasureValue
public double getMeasureValue(Set<? extends S> o1,
Set<? extends S> o2)
- Deprecated.
getDissim
public double getDissim(Set<? extends S> o1,
Set<? extends S> o2)
- Deprecated.
getSim
public double getSim(Set<? extends S> o1,
Set<? extends S> o2)
- Deprecated.
(C) INRIA, UPMF & friends, 2008-2011