|
Alignment API and Server 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inrialpes.exmo.align.util.OntologyNetworkWeakener
public class OntologyNetworkWeakener
OntologyNetworkWeakener A utility class that transform an ontology network in one with less alignments/
Constructor Summary | |
---|---|
OntologyNetworkWeakener()
|
Method Summary | |
---|---|
static OntologyNetwork |
dropAlignments(OntologyNetwork on,
double n)
randomly drops n% of all alignments n is a number between 0. |
static OntologyNetwork |
unconnect(OntologyNetwork on,
int n)
suppress alignments in the ontology network so that it retain n-connectivity, i.e., any pairs of ontologies connected by less than n alignments are still connected through at most n alignments. |
static OntologyNetwork |
weakenAlignments(OntologyNetwork on,
double n,
boolean threshold)
suppress n% of the correspondences at random in all alignments n is a number between 0. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OntologyNetworkWeakener()
Method Detail |
---|
public static OntologyNetwork unconnect(OntologyNetwork on, int n)
public static OntologyNetwork weakenAlignments(OntologyNetwork on, double n, boolean threshold) throws AlignmentException
AlignmentException
public static OntologyNetwork dropAlignments(OntologyNetwork on, double n) throws AlignmentException
AlignmentException
|
Alignment API and Server 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |