R/config.R

# -------------------------------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------

DIR = getwd()

configureMlr(on.learner.error = "warn")
configureMlr(show.info = TRUE)

# linear metrics
REPLACE = c("f1v", "l1", "l2", "l3")

# complexity metrics
COMPLEX = c("f1", "f1v", "f2", "f3", "f4", "l1", "l2", "l3", "n1", "n2", "n3", "n4", "t1", "t2")

# use this version of mfe package
# devtools::install_github("rivolli/mfe", ref = "direct")

# -------------------------------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------
rgmantovani/MfeatAnalysis documentation built on May 27, 2019, 7:23 a.m.