Class SelectionOptions

java.lang.Object
  extended by SelectionOptions

public class SelectionOptions
extends java.lang.Object

Data Model for MainSelectionPanel

Author:
Lulin Song

Field Summary
 java.lang.String dist_type1
          Output Distribution Type Parameter One
 java.lang.String dist_type2
          Output Distribution Type Parameter One
 java.lang.String em_precision
          EM precision
 java.lang.String[] inputFiles
          Input files
 java.lang.String len_seq
          Length of Each Sequence
 java.lang.String min_no_hidden_states
          Minimum number of hidden states
 java.lang.String no_partial_year
          No of Partial-years of data
 java.lang.String no_per_dist
          No of Components Per Output Distribution
 java.lang.String no_predictor
          No of predictor
 java.lang.String no_restarts
          Number of restarts
 java.lang.String no_seq_cross
          Number of sequences to leave out with cross-validation
 java.lang.String no_stations
          No of Stations
 java.lang.String num_simulations
          Number of simulations per example
 java.lang.String outDir
          Output file directory
 java.lang.String seed
          Seed
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputFiles

public java.lang.String[] inputFiles
Input files


outDir

public java.lang.String outDir
Output file directory


no_stations

public java.lang.String no_stations
No of Stations


dist_type1

public java.lang.String dist_type1
Output Distribution Type Parameter One


dist_type2

public java.lang.String dist_type2
Output Distribution Type Parameter One


no_per_dist

public java.lang.String no_per_dist
No of Components Per Output Distribution


no_partial_year

public java.lang.String no_partial_year
No of Partial-years of data


len_seq

public java.lang.String len_seq
Length of Each Sequence


no_predictor

public java.lang.String no_predictor
No of predictor


no_seq_cross

public java.lang.String no_seq_cross
Number of sequences to leave out with cross-validation


em_precision

public java.lang.String em_precision
EM precision


no_restarts

public java.lang.String no_restarts
Number of restarts


num_simulations

public java.lang.String num_simulations
Number of simulations per example


min_no_hidden_states

public java.lang.String min_no_hidden_states
Minimum number of hidden states


seed

public java.lang.String seed
Seed