OntoSim 1.0

fr.inrialpes.exmo.ontosim.set
Class MaxCoupling<O>

java.lang.Object
  extended by fr.inrialpes.exmo.ontosim.set.SetMeasure<O>
      extended by fr.inrialpes.exmo.ontosim.set.MaxCoupling<O>
All Implemented Interfaces:
Measure<Set<O>>

public class MaxCoupling<O>
extends SetMeasure<O>


Nested Class Summary
 
Nested classes/interfaces inherited from interface fr.inrialpes.exmo.ontosim.Measure
Measure.TYPES
 
Field Summary
(package private)  MalphaMeasure<O> malpha
           
 
Fields inherited from class fr.inrialpes.exmo.ontosim.set.SetMeasure
localMeasure
 
Constructor Summary
MaxCoupling(Measure<O> m)
           
MaxCoupling(Measure<O> m, double alpha)
           
 
Method Summary
 double getDissim(Set<O> o1, Set<O> o2)
           
 double getMeasureValue(Set<O> o1, Set<O> o2)
           
 double getSim(Set<O> o1, Set<O> o2)
           
 
Methods inherited from class fr.inrialpes.exmo.ontosim.set.SetMeasure
getLocalMeasure, getMType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

malpha

MalphaMeasure<O> malpha
Constructor Detail

MaxCoupling

public MaxCoupling(Measure<O> m)

MaxCoupling

public MaxCoupling(Measure<O> m,
                   double alpha)
Method Detail

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)

OntoSim 1.0

(C) INRIA & friends, 2008-2009