public class NaiveBayesUpdateable extends NaiveBayes implements UpdateableClassifier
@inproceedings{John1995,
address = {San Mateo},
author = {George H. John and Pat Langley},
booktitle = {Eleventh Conference on Uncertainty in Artificial Intelligence},
pages = {338-345},
publisher = {Morgan Kaufmann},
title = {Estimating Continuous Distributions in Bayesian Classifiers},
year = {1995}
}
Valid options are:
-K Use kernel density estimator rather than normal distribution for numeric attributes
-D Use supervised discretization to process numeric attributes
-O Display model in old format (good when there are many classes)
| Constructor and Description |
|---|
NaiveBayesUpdateable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRevision()
Returns the revision string.
|
TechnicalInformation |
getTechnicalInformation()
Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on.
|
String |
globalInfo()
Returns a string describing this classifier
|
static void |
main(String[] argv)
Main method for testing this class.
|
void |
setUseSupervisedDiscretization(boolean newblah)
Set whether supervised discretization is to be used.
|
buildClassifier, displayModelInOldFormatTipText, distributionForInstance, getCapabilities, getDisplayModelInOldFormat, getOptions, getUseKernelEstimator, getUseSupervisedDiscretization, listOptions, setDisplayModelInOldFormat, setOptions, setUseKernelEstimator, toString, updateClassifier, useKernelEstimatorTipText, useSupervisedDiscretizationTipTextclassifyInstance, debugTipText, forName, getDebug, makeCopies, makeCopy, runClassifier, setDebugequals, getClass, hashCode, notify, notifyAll, wait, wait, waitupdateClassifierpublic String globalInfo()
globalInfo in class NaiveBayespublic TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface TechnicalInformationHandlergetTechnicalInformation in class NaiveBayespublic void setUseSupervisedDiscretization(boolean newblah)
setUseSupervisedDiscretization in class NaiveBayesnewblah - true if supervised discretization is to be used.public String getRevision()
getRevision in interface RevisionHandlergetRevision in class NaiveBayespublic static void main(String[] argv)
argv - the optionsCopyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.