|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectslib.sml.sm.core.metrics.ic.utils.IcUtils
public class IcUtils
Class used to defined static methods utility.
Constructor Summary | |
---|---|
IcUtils()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IcUtils()
Method Detail |
---|
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 concept
slib.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 concept
slib.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 concept
slib.utils.ex.SLIB_Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |