Class ClassifierMbDiscrete

java.lang.Object
edu.cmu.tetrad.classify.ClassifierMbDiscrete
All Implemented Interfaces:
ClassifierDiscrete

public class ClassifierMbDiscrete extends Object implements ClassifierDiscrete
Performs a Bayesian classification of a test set based on a given training set. PC-MB is used to select a Markov blanket DAG of the target; this DAG is used to estimate a Bayes model using the training data. The Bayes model is then updated for each case in the test data to produce classifications.
Version:
$Id: $Id
Author:
Frank Wimberly, josephramsey