Classes in fr.inrialpes.exmo.align.gen that implement OntologyNetworkWeakener |
class |
NetworkAlignmentDropper
NetworkAlignmentDropper
randomly drops n% of all alignments
n is a number between 0. |
class |
NetworkAlignmentWeakener
AlignmentWeakener
suppress n% of the correspondences at random in each alignments
n is a number between 0. |
class |
NetworkCorrespondenceDropper
NetworkCorrespondenceDropper
suppress n% of the correspondences at random in all alignments (globally)
n is a number between 0. |
class |
NetworkDeconnector
NetworkDeconnector
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. |