|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
core | |
data | |
gui.myClasses | |
gui.workSpace |
Uses of Context in core |
---|
Fields in core declared as Context | |
---|---|
Context |
Identifier.con
Current context of execution |
Methods in core with parameters of type Context | |
---|---|
int |
Identifier.getBestTestIndex(Context con)
Returns the key of the test with best value (all taxa vs. all others). |
int |
Identifier.getBestTestIndex(int idTaxa,
Context con)
Returns the key of the test with best value (one taxon vs. all others). |
int[] |
Identifier.getTestIndex(Context con)
Returns an ordered array (sorted from best to worse) with the index of each missed test in order to choose the best one. |
int[] |
Identifier.getTestIndex(int idTaxa,
Context con)
Returns an ordered array (sorted from best to worse) with the index of each missed test in order to choose the best one. |
private TreeNode |
Tree.recursiveTree(Context con)
Recursive method to populate tree |
Constructors in core with parameters of type Context | |
---|---|
Bayes(Context con,
Matrix mat,
Configuration cnf)
Default constructor for a none done test workspace |
|
Bayes(Context con,
Matrix mat,
Configuration cnf,
int[] test_resu)
Constructs the Identifier and runs it with a single-step for all the non-missed test results supplied in the array |
|
Identifier(Context con,
Matrix mat,
Configuration cnf)
Creates a new Identifier with no done tests |
|
Tree(Context con,
Matrix mat,
Configuration cnf)
Creates a new Tree Identifier with no done tests |
Uses of Context in data |
---|
Methods in data that return Context | |
---|---|
protected Context |
Context.clone()
|
Context[] |
Context.splitContex(int testId,
Matrix m,
Configuration cnf)
Separates the current context in two others, discriminating one from each other using their estimation on the test result with especified identificator |
Uses of Context in gui.myClasses |
---|
Constructors in gui.myClasses with parameters of type Context | |
---|---|
EventTaxaFound(Context source)
|
Uses of Context in gui.workSpace |
---|
Fields in gui.workSpace declared as Context | |
---|---|
Context |
WorkspaceManager.exeCon
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |