nKey element of
LearningWizard.java = Learner
¨Imported from edu.ksu.cis.bnj.bbn.learning.*
n
nLearner is then instantiated with
the selected algorithm and data as parameters
¨i.e. :
nlearner =
Learner.load(learningEngines[selectedAlgorithm][1], data);
nOr
nlearner = new
PRMk2((Database) data, null);