public class Sim_groupwise_Average extends Sim_groupwise_general_abstract
Constructor and Description |
---|
Sim_groupwise_Average() |
Modifier and Type | Method and Description |
---|---|
static double |
sim(slib.utils.impl.MatrixDouble<org.openrdf.model.URI,org.openrdf.model.URI> mat)
Compute the average of the values stored in the given matrix.
|
double |
sim(Set<org.openrdf.model.URI> setA,
Set<org.openrdf.model.URI> setB,
SM_Engine rc,
SMconf groupwiseconf,
SMconf conf)
Compute the similarity between the given sets of concepts considering a particular configuration.
|
public static double sim(slib.utils.impl.MatrixDouble<org.openrdf.model.URI,org.openrdf.model.URI> mat)
mat
- public double sim(Set<org.openrdf.model.URI> setA, Set<org.openrdf.model.URI> setB, SM_Engine rc, SMconf groupwiseconf, SMconf conf) 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.conf
- the pairwise configuration.slib.utils.ex.SLIB_Ex_Critic
Copyright © 2014. All rights reserved.