edu.ksu.cis.bnj.bbn.learning
Class CIBasedLearner

java.lang.Object
  extended byedu.ksu.cis.bnj.bbn.learning.Learner
      extended byedu.ksu.cis.bnj.bbn.learning.CIBasedLearner
All Implemented Interfaces:
Optionable

public abstract class CIBasedLearner
extends Learner

Conditional-Independence-based learning

Author:
Roby Joehanes

Field Summary
 
Fields inherited from class edu.ksu.cis.bnj.bbn.learning.Learner
bbnNodes, calculateCPT, data, indexTable, learnerClassName, OPT_CALCULATE_RMSE, options
 
Fields inherited from interface edu.ksu.cis.kdd.util.gui.Optionable
OPT_OUTPUT_FILE
 
Constructor Summary
CIBasedLearner()
           
CIBasedLearner(Data t)
          Constructor for CIBasedLearning.
 
Methods inherited from class edu.ksu.cis.bnj.bbn.learning.Learner
getCalculateRMSE, getCurrentOptions, getData, getDefaultOptions, getGraph, getName, getOptionsDialog, getOutputFile, initialize, isCalculateCPT, load, populateNodes, processParameters, setCalculateCPT, setCalculateRMSE, setData, setOption, setOptions, setOutputFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIBasedLearner

public CIBasedLearner()

CIBasedLearner

public CIBasedLearner(Data t)
Constructor for CIBasedLearning.

Parameters:
t -