Uses of Package
org.knime.base.node.mine.bayes.naivebayes.datamodel

Packages that use org.knime.base.node.mine.bayes.naivebayes.datamodel
org.knime.base.node.mine.bayes.naivebayes.datamodel This package implements the naive bayes algorithm for numerical and nominal attributes. 
org.knime.base.node.mine.bayes.naivebayes.learner This package contains the classes of the learner node. 
org.knime.base.node.mine.bayes.naivebayes.port   
org.knime.base.node.mine.bayes.naivebayes.predictor This package contains the classes of the predictor node. 
 

Classes in org.knime.base.node.mine.bayes.naivebayes.datamodel used by org.knime.base.node.mine.bayes.naivebayes.datamodel
AttributeModel
          This abstract class needs to be implemented by all attribute models and provides missing value handling and some common methods.
TooManyValuesException
          Exception if the maximum number of different values is exceeded.
 

Classes in org.knime.base.node.mine.bayes.naivebayes.datamodel used by org.knime.base.node.mine.bayes.naivebayes.learner
NaiveBayesModel
          This class represents the learned Naive Bayes model.
 

Classes in org.knime.base.node.mine.bayes.naivebayes.datamodel used by org.knime.base.node.mine.bayes.naivebayes.port
NaiveBayesModel
          This class represents the learned Naive Bayes model.
 

Classes in org.knime.base.node.mine.bayes.naivebayes.datamodel used by org.knime.base.node.mine.bayes.naivebayes.predictor
NaiveBayesModel
          This class represents the learned Naive Bayes model.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.