public class IcUtils extends Object
Constructor and Description |
---|
IcUtils() |
Modifier and Type | Method and Description |
---|---|
static Double |
searchMax_IC_MICA(org.openrdf.model.URI a,
org.openrdf.model.URI b,
Set<org.openrdf.model.URI> setA,
Set<org.openrdf.model.URI> setB,
Map<org.openrdf.model.URI,Double> icScores)
Search the IC of Most Informative Concept Shared between two sets,
regarding the given metric.
|
static org.openrdf.model.URI |
searchMICA(org.openrdf.model.URI a,
org.openrdf.model.URI b,
Set<org.openrdf.model.URI> setA,
Set<org.openrdf.model.URI> setB,
Map<org.openrdf.model.URI,Double> icScores)
Search the Most Informative Concept Shared between two sets, regarding
the given metric.
|
static Double |
searchMin_pOc_MICA(Set<org.openrdf.model.URI> setA,
Set<org.openrdf.model.URI> setB,
Map<org.openrdf.model.URI,Double> icScores)
Search the IC of Less Informative Concept Shared between two sets,
regarding the given metric.
|
public static org.openrdf.model.URI searchMICA(org.openrdf.model.URI a, org.openrdf.model.URI b, Set<org.openrdf.model.URI> setA, Set<org.openrdf.model.URI> setB, Map<org.openrdf.model.URI,Double> icScores) throws slib.utils.ex.SLIB_Exception
setA
- the first setsetB
- the second seticScores
- the metric result to consider to evaluate the specificity
of a conceptslib.utils.ex.SLIB_Exception
public static Double searchMax_IC_MICA(org.openrdf.model.URI a, org.openrdf.model.URI b, Set<org.openrdf.model.URI> setA, Set<org.openrdf.model.URI> setB, Map<org.openrdf.model.URI,Double> icScores) throws slib.utils.ex.SLIB_Exception
setA
- the first setsetB
- the second seticScores
- the metric result to consider to evaluate the specificity
of a conceptslib.utils.ex.SLIB_Exception
public static Double searchMin_pOc_MICA(Set<org.openrdf.model.URI> setA, Set<org.openrdf.model.URI> setB, Map<org.openrdf.model.URI,Double> icScores) throws slib.utils.ex.SLIB_Exception
setA
- the first setsetB
- the second seticScores
- the metric result to consider to evaluate the specificity
of a conceptslib.utils.ex.SLIB_Exception
Copyright © 2014. All rights reserved.