Uses of Class
data.Configuration

Packages that use Configuration
core   
data   
gui.myWindows   
gui.workSpace   
 

Uses of Configuration in core
 

Fields in core declared as Configuration
 Configuration Identifier.cnf
          Configuration settings
 

Constructors in core with parameters of type Configuration
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 Configuration in data
 

Fields in data declared as Configuration
 Configuration Workspace.config
          The Workspace config
 

Methods in data with parameters of type Configuration
 int[][] Context.getIncoValues(Matrix m, Configuration c)
          Return the set of done tests that give an unexpected result for the best taxon founded till this moment A test is unexpected only if it has non-variable probabilities and signal opposite results have been supplied
 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
 

Constructors in data with parameters of type Configuration
Workspace(java.lang.String wsName, java.lang.String wsInfo, java.lang.String wsMatName, Configuration wsCnf)
          Constructor given the reference Matrix
 

Uses of Configuration in gui.myWindows
 

Fields in gui.myWindows declared as Configuration
private  Configuration PanelConfig.config
           
private  Configuration DialogSetConfig.config
           
 

Methods in gui.myWindows that return Configuration
 Configuration PanelConfig.getConfig()
           
 

Constructors in gui.myWindows with parameters of type Configuration
DialogSetConfig(java.awt.Dialog parent, Configuration cnf, boolean isForTree)
           
DialogSetConfig(java.awt.Frame parent, Configuration cnf, boolean isForTree)
           
PanelConfig(Configuration cnf, boolean isForTree)
           
 

Uses of Configuration in gui.workSpace
 

Fields in gui.workSpace declared as Configuration
(package private)  Configuration DialogWSCreate.config
           
 

Methods in gui.workSpace that return Configuration
 Configuration DialogWSCreate.getConfig()
           
 

Constructors in gui.workSpace with parameters of type Configuration
DialogWSCreate(Configuration cnf)
           
PanelWSCreate(Configuration cnf)