Package | Description |
---|---|
owltools.sim2 |
Modifier and Type | Method and Description |
---|---|
EnrichmentResult |
OwlSim.calculatePairwiseEnrichment(org.semanticweb.owlapi.model.OWLClass populationClass,
org.semanticweb.owlapi.model.OWLClass sampleSetClass,
org.semanticweb.owlapi.model.OWLClass enrichedClass)
Pairwise enrichment test
|
EnrichmentResult |
AbstractOwlSim.calculatePairwiseEnrichment(org.semanticweb.owlapi.model.OWLClass populationClass,
org.semanticweb.owlapi.model.OWLClass sampleSetClass,
org.semanticweb.owlapi.model.OWLClass enrichedClass) |
Modifier and Type | Method and Description |
---|---|
List<EnrichmentResult> |
OwlSim.calculateAllByAllEnrichment() |
List<EnrichmentResult> |
AbstractOwlSim.calculateAllByAllEnrichment() |
List<EnrichmentResult> |
OwlSim.calculateAllByAllEnrichment(org.semanticweb.owlapi.model.OWLClass populationClass,
org.semanticweb.owlapi.model.OWLClass pc1,
org.semanticweb.owlapi.model.OWLClass pc2)
For every c ∈ sample set, test c against all classes ∈ enriched class set.
|
List<EnrichmentResult> |
AbstractOwlSim.calculateAllByAllEnrichment(org.semanticweb.owlapi.model.OWLClass populationClass,
org.semanticweb.owlapi.model.OWLClass pc1,
org.semanticweb.owlapi.model.OWLClass pc2) |
List<EnrichmentResult> |
OwlSim.calculateEnrichment(org.semanticweb.owlapi.model.OWLClass populationClass,
org.semanticweb.owlapi.model.OWLClass sampleSetClass)
|
List<EnrichmentResult> |
AbstractOwlSim.calculateEnrichment(org.semanticweb.owlapi.model.OWLClass populationClass,
org.semanticweb.owlapi.model.OWLClass sampleSetClass) |
List<EnrichmentResult> |
AbstractOwlSim.filterEnrichmentResults(List<EnrichmentResult> resultsIn) |
Modifier and Type | Method and Description |
---|---|
int |
EnrichmentResult.compareTo(EnrichmentResult result2) |
Modifier and Type | Method and Description |
---|---|
List<EnrichmentResult> |
AbstractOwlSim.filterEnrichmentResults(List<EnrichmentResult> resultsIn) |
Copyright © 2010–2015. All rights reserved.