SDIGA(parameters_file = NULL,
training = habermanTra,
test = habermanTst,
output = c("optionsFile.txt", "rulesFile.txt", "testQM.txt"),
seed = 0,
nLabels = 3,
nEval = 300,
popLength = 100,
mutProb = 0.01,
RulesRep = "can",
Obj1 = "CSUP",
w1 = 0.7,
Obj2 = "CCNF",
w2 = 0.3,
Obj3 = "null",
w3 = 0,
minConf = 0.6,
lSearch = "yes",
targetClass = "positive")
## Not run:
# SDIGA(parameters_file = NULL,
# training = habermanTra,
# test = habermanTst,
# output = c("optionsFile.txt", "rulesFile.txt", "testQM.txt"),
# seed = 0,
# nLabels = 3,
# nEval = 300,
# popLength = 100,
# mutProb = 0.01,
# RulesRep = "can",
# Obj1 = "CSUP",
# w1 = 0.7,
# Obj2 = "CCNF",
# w2 = 0.3,
# Obj3 = "null",
# w3 = 0,
# minConf = 0.6,
# lSearch = "yes",
# targetClass = "positive")
# ## End(Not run)
Run the code above in your browser using DataLab