public class OldSimpleOwlSim.EnrichmentResult extends Object implements Comparable<OldSimpleOwlSim.EnrichmentResult>
Modifier and Type | Field and Description |
---|---|
org.semanticweb.owlapi.model.OWLClass |
enrichedClass |
Double |
pValue |
Double |
pValueCorrected |
org.semanticweb.owlapi.model.OWLClass |
sampleSetClass |
Constructor and Description |
---|
EnrichmentResult(org.semanticweb.owlapi.model.OWLClass sampleSetClass,
org.semanticweb.owlapi.model.OWLClass enrichedClass,
double pValue,
double pValueCorrected) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(OldSimpleOwlSim.EnrichmentResult result2) |
String |
toString() |
public org.semanticweb.owlapi.model.OWLClass enrichedClass
public org.semanticweb.owlapi.model.OWLClass sampleSetClass
public Double pValue
public Double pValueCorrected
public EnrichmentResult(org.semanticweb.owlapi.model.OWLClass sampleSetClass, org.semanticweb.owlapi.model.OWLClass enrichedClass, double pValue, double pValueCorrected)
public int compareTo(OldSimpleOwlSim.EnrichmentResult result2)
compareTo
in interface Comparable<OldSimpleOwlSim.EnrichmentResult>
Copyright © 2010–2016. All rights reserved.