public class SimDagHybridUtils extends Object
Constructor and Description |
---|
SimDagHybridUtils() |
Modifier and Type | Method and Description |
---|---|
HashMap<org.openrdf.model.URI,Double> |
computeSemanticContribution_Wang_2007(org.openrdf.model.URI v,
Set<org.openrdf.model.URI> ancestors,
slib.sglib.model.graph.G g,
Set<org.openrdf.model.URI> setEdgeTypes,
slib.sglib.model.graph.weight.GWS ws)
Compute the Semantic contribution for all ancestors of a node Semantic
Contribution was defined by Wang et al.
|
double |
computeSV_Wang_2007(Map<org.openrdf.model.URI,Double> sc)
Compute the Semantic Value of a node considering all semantic
contribution Semantic Value (SV) was defined by Wang et al.
|
public HashMap<org.openrdf.model.URI,Double> computeSemanticContribution_Wang_2007(org.openrdf.model.URI v, Set<org.openrdf.model.URI> ancestors, slib.sglib.model.graph.G g, Set<org.openrdf.model.URI> setEdgeTypes, slib.sglib.model.graph.weight.GWS ws)
v
- ancestors
- g
- setEdgeTypes
- public double computeSV_Wang_2007(Map<org.openrdf.model.URI,Double> sc)
sc
- Copyright © 2014. All rights reserved.