fr.inrialpes.exmo.ontosim.util.measures
Class MalphaMeasure<O>
java.lang.Object
fr.inrialpes.exmo.ontosim.util.measures.MalphaMeasure<O>
- All Implemented Interfaces:
- Measure<Set<O>>
public class MalphaMeasure<O>
- extends Object
- implements Measure<Set<O>>
Field Summary |
(package private) double |
alpha
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
alpha
double alpha
MalphaMeasure
public MalphaMeasure(double alpha)
getDissim
public double getDissim(Set<O> s1,
Set<O> s2)
- Specified by:
getDissim
in interface Measure<Set<O>>
getMeasureValue
public double getMeasureValue(Set<O> s1,
Set<O> s2)
- Specified by:
getMeasureValue
in interface Measure<Set<O>>
getSim
public double getSim(Set<O> s1,
Set<O> s2)
- Specified by:
getSim
in interface Measure<Set<O>>
getMType
public Measure.TYPES getMType()
- Specified by:
getMType
in interface Measure<Set<O>>
(C) INRIA & friends, 2008-2009