Package | Description |
---|---|
owltools.phenolog |
Phenolog - Calculation of class similarity based on instance data
|
Modifier and Type | Method and Description |
---|---|
Individual |
IndividualPair.getMember1() |
Individual |
IndividualPair.getMember2() |
Modifier and Type | Method and Description |
---|---|
HashSet<Individual> |
Pheno.getIndividuals() |
static HashSet<Individual> |
Main.getpermutedgenes(int sampsz,
int pop_size,
ArrayList<Individual> ls_ind) |
Modifier and Type | Method and Description |
---|---|
int |
Individual.compareTo(Individual ind) |
void |
IndividualPair.setMember1(Individual member1) |
void |
IndividualPair.setMember2(Individual member2) |
Modifier and Type | Method and Description |
---|---|
static HashSet<Individual> |
Main.getpermutedgenes(int sampsz,
int pop_size,
ArrayList<Individual> ls_ind) |
void |
Pheno.setIndividuals(HashSet<Individual> individuals) |
Constructor and Description |
---|
IndividualPair(Individual member1,
Individual member2) |
Constructor and Description |
---|
Pheno(String id,
String label,
HashSet<Individual> individuals) |
Pheno(String id,
String label,
HashSet<Individual> individuals,
boolean isFromTC) |
Copyright © 2010–2015. All rights reserved.