Package | Description |
---|---|
owltools.phenolog |
Phenolog - Calculation of class similarity based on instance data
|
Modifier and Type | Method and Description |
---|---|
HashSet<IndividualPair> |
Pheno.getClosestOverlapPairs() |
HashMap<String,IndividualPair> |
PhenoTransitiveClosure.gethmpair() |
Set<IndividualPair> |
PhenologEngine.getIndividualPairs() |
Modifier and Type | Method and Description |
---|---|
int |
IndividualPair.compareTo(IndividualPair indpair) |
Modifier and Type | Method and Description |
---|---|
static Pheno |
Main.calculate_overlap(Pheno p1,
Pheno p2,
HashMap<String,IndividualPair> hm) |
HashSet<Pheno> |
PhenoTransitiveClosure.performtransiviteclosure(String obolink,
String prefix,
HashSet<Pheno> hsp,
HashMap<String,Pheno> hmp,
HashMap<String,IndividualPair> hmpair) |
void |
Pheno.setClosestOverlapPairs(HashSet<IndividualPair> hsip) |
void |
PhenoTransitiveClosure.sethmpair(HashMap<String,IndividualPair> hmpair) |
void |
PhenologEngine.setIndividualPairs(Set<IndividualPair> individualPairs) |
Copyright © 2010–2016. All rights reserved.