OntoSim 1.0

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

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

public class FullLinkage<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
FullLinkage(Measure<S> lm)
           
 
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

FullLinkage

public FullLinkage(Measure<S> lm)
Method Detail

getDissim

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

getMeasureValue

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

getSim

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

OntoSim 1.0

(C) INRIA & friends, 2008-2009