public interface OntologyNetworkWeakener
Modifier and Type | Method and Description |
---|---|
OntologyNetwork |
weaken(OntologyNetwork on,
double n,
java.util.Properties p)
Weakens the ontology network of n%
|
OntologyNetwork |
weaken(OntologyNetwork on,
int n,
java.util.Properties p)
Weakens the ontology network of n units
|
OntologyNetwork weaken(OntologyNetwork on, int n, java.util.Properties p) throws AlignmentException
on:
- the network of ontologies to weakenn:
- the extent of the weakening in unitsp:
- weakening parametersAlignmentException
- whenever something goes wrongOntologyNetwork weaken(OntologyNetwork on, double n, java.util.Properties p) throws AlignmentException
on:
- the network of ontologies to weakenn:
- the extent of the weakening in percentagep:
- weakening parametersAlignmentException
- whenever something goes wrong(C) INRIA & friends, 2003-2020