|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICconf | |
---|---|
slib.sml.sm.core.engine | |
slib.sml.sm.core.metrics.ic | |
slib.sml.sm.core.metrics.ic.utils | |
slib.sml.sm.core.utils |
Uses of ICconf in slib.sml.sm.core.engine |
---|
Methods in slib.sml.sm.core.engine with parameters of type ICconf | |
---|---|
Map<org.openrdf.model.URI,Double> |
SM_Engine.computeIC(ICconf icConf)
Compute the information content for all classes. |
double |
SM_Engine.getIC_MICA(ICconf icConf,
org.openrdf.model.URI a,
org.openrdf.model.URI b)
Get the information content of the most informative common ancestor (MICA) of two classes. |
Map<org.openrdf.model.URI,Double> |
SM_Engine.getIC_results(ICconf icConf)
Access to a view of the information content of all classes. |
double |
SM_Engine.getIC(ICconf icConf,
org.openrdf.model.URI v)
Get the Information Content of a class. |
org.openrdf.model.URI |
SM_Engine.getMICA(ICconf icConf,
org.openrdf.model.URI a,
org.openrdf.model.URI b)
Get the most informative common ancestor (MICA) of two classes. |
double |
SM_Engine.getP_MICA(ICconf conf,
org.openrdf.model.URI a,
org.openrdf.model.URI b)
|
void |
SM_Engine.setICSvalues(ICconf icConf,
Map<org.openrdf.model.URI,Double> ics)
Set the ICS stored for the given IC configuration to the specified set of values. |
Uses of ICconf in slib.sml.sm.core.metrics.ic |
---|
Methods in slib.sml.sm.core.metrics.ic with parameters of type ICconf | |
---|---|
Map<org.openrdf.model.URI,Double> |
IC.compute(ICconf conf,
SM_Engine manager)
|
Uses of ICconf in slib.sml.sm.core.metrics.ic.utils |
---|
Subclasses of ICconf in slib.sml.sm.core.metrics.ic.utils | |
---|---|
class |
IC_Conf_Corpus
Class used to represent configurations dedicated to Corpus-based IC. |
class |
IC_Conf_Topo
|
Uses of ICconf in slib.sml.sm.core.utils |
---|
Fields in slib.sml.sm.core.utils declared as ICconf | |
---|---|
ICconf |
OperatorConf.ic
the IC configuration associated to the operator configuration. |
ICconf |
SMconf.icConf
The configuration of the Information Content metric associated to the measure. |
Methods in slib.sml.sm.core.utils that return ICconf | |
---|---|
ICconf |
SMconf.getICconf()
The IC configuration associated to the configuration. |
Methods in slib.sml.sm.core.utils with parameters of type ICconf | |
---|---|
void |
SMconf.setICconf(ICconf ic)
Mutator of the IC configuration. |
Constructors in slib.sml.sm.core.utils with parameters of type ICconf | |
---|---|
OperatorConf(String flag,
String id,
ICconf ic)
Builder of an instance of configuration. |
|
SMconf(String flag,
ICconf icConf)
Build an instance of configuration considering the given flag and Information Content configuration. |
|
SMconf(String id,
String flag,
ICconf icConf)
Build an instance of configuration considering the given flag and Information Content configuration. |
|
SMconf(String id,
String flag,
String label,
ICconf icConf)
Build an instance of configuration considering the given id, flag and Information Content configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |