R/papers/neco_b3x2_yu_2014/11_table8_type_1_error/iris/h_size_3/b3x2cv_t/variance_simulation_nnet_0.6/conf.R

TASK_COV_SIMU <- "covariance function simulation"
TASK_COV_PARM <- "covariance parameter simulation"
TASK_VAR_SIM  <- "variance simulation"
TASK_VAR_EST  <- "variance estimation"
TASK_TRUE_CI  <- "true confidential interval simulation"
TASK_SIGN_TEST <- "signification test for models"

task <- TASK_VAR_SIM

n <- 300

dataConf <- list(name = "irisData", 
                 type = "classification",
                 n = n
)

cvConf <- list(name = "balancedmx2cv", 
               m = 3,
               n = n)


algorConf <- list(name = "nnet", 
                  type = "classification",
                  h_size = 3,
                  range = 0.6)


conf_TASK_VAR_SIM <- list(data_rep_count = 1000, 
                          split_rep_count = 1, 
                          seq_mode = FALSE, 
                          var_for_index = 0
)
RamboWANG/RegularizedCrossValidation documentation built on Oct. 10, 2019, 5:55 a.m.