OntoSim 1.0

fr.inrialpes.exmo.ontosim.set
Class AverageLinkage<S>

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

public class AverageLinkage<S>
extends SetMeasure<S>


Nested Class Summary
 
Nested classes/interfaces inherited from interface fr.inrialpes.exmo.ontosim.Measure
Measure.TYPES
 
Field Summary
 
Fields inherited from class fr.inrialpes.exmo.ontosim.set.SetMeasure
localMeasure
 
Constructor Summary
AverageLinkage(Measure<S> m)
           
 
Method Summary
 double getDissim(Set<S> o1, Set<S> o2)
           
 double getMeasureValue(Set<S> o1, Set<S> o2)
           
 double getSim(Set<S> o1, Set<S> 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
 

Constructor Detail

AverageLinkage

public AverageLinkage(Measure<S> m)
Method Detail

getMeasureValue

public double getMeasureValue(Set<S> o1,
                              Set<S> o2)

getDissim

public double getDissim(Set<S> o1,
                        Set<S> o2)

getSim

public double getSim(Set<S> o1,
                     Set<S> o2)

OntoSim 1.0

(C) INRIA & friends, 2008-2009