public class Sim_groupwise_AVERAGE_NORMALIZED_GOSIM extends Sim_groupwise_general_abstract
Constructor and Description |
---|
Sim_groupwise_AVERAGE_NORMALIZED_GOSIM() |
Modifier and Type | Method and Description |
---|---|
double |
sim(double avgScore_sA_vs_sB,
double avgScore_sA_vs_sA,
double avgScore_sB_vs_sB) |
double |
sim(Set<org.openrdf.model.URI> setA,
Set<org.openrdf.model.URI> setB,
SM_Engine rc,
SMconf groupwiseconf,
SMconf paiwiseconf)
Compute the similarity between the given sets of concepts considering a particular configuration.
|
public Sim_groupwise_AVERAGE_NORMALIZED_GOSIM()
public double sim(double avgScore_sA_vs_sB, double avgScore_sA_vs_sA, double avgScore_sB_vs_sB)
public double sim(Set<org.openrdf.model.URI> setA, Set<org.openrdf.model.URI> setB, SM_Engine rc, SMconf groupwiseconf, SMconf paiwiseconf) throws slib.utils.ex.SLIB_Ex_Critic
Sim_Groupwise_Indirect
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.paiwiseconf
- the pairwise configuration.slib.utils.ex.SLIB_Ex_Critic
Copyright © 2014. All rights reserved.