|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sim_Groupwise_Direct
Interface used to represent direct groupwise measures. Those measures do not rely on a pairwise measure to compute the likeness of two group of concepts.
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. |
Method Detail |
---|
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
setA
- the first set of verticessetB
- the second set of verticesrc
- the engine used to access specific information used by the
measuresgroupwiseconf
- the groupwise configuration.
slib.utils.ex.SLIB_Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |