slib.sml.sm.core.measures.others.groupwise.direct.vector
Class VectorSpaceModel

java.lang.Object
  extended by slib.sml.sm.core.measures.others.groupwise.direct.vector.VectorSpaceModel
All Implemented Interfaces:
Sim_Groupwise, Sim_Groupwise_Direct

public class VectorSpaceModel
extends Object
implements Sim_Groupwise_Direct

Author:
seb

Constructor Summary
VectorSpaceModel()
           
 
Method Summary
 double sim(Set<org.openrdf.model.URI> setA, Set<org.openrdf.model.URI> setB, SM_Engine rc, SMconf groupwiseconf)
          Compute the similarity between the given sets of concepts considering a particular configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorSpaceModel

public VectorSpaceModel()
Method Detail

sim

public double sim(Set<org.openrdf.model.URI> setA,
                  Set<org.openrdf.model.URI> setB,
                  SM_Engine rc,
                  SMconf groupwiseconf)
           throws slib.utils.ex.SLIB_Exception
Description copied from interface: Sim_Groupwise_Direct
Compute the similarity between the given sets of concepts considering a particular configuration.

Specified by:
sim in interface Sim_Groupwise_Direct
Parameters:
setA -
setB -
rc -
groupwiseconf -
Returns:
Throws:
slib.utils.ex.SLIB_Exception


Copyright © 2013. All Rights Reserved.