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

This package implements the naive bayes algorithm for numerical and nominal attributes.

See:
          Description

Class Summary
AttributeModel This abstract class needs to be implemented by all attribute models and provides missing value handling and some common methods.
ClassAttributeModel This AttributeModel implementation holds the class attribute information like the number of rows per class value.
NaiveBayesModel This class represents the learned Naive Bayes model.
NominalAttributeModel This AttributeModel implementation calculates the probability for all nominal attributes.
NumericalAttributeModel This AttributeModel implementation calculates the probability for numerical attributes by assuming a Gaussian distribution of the data.
 

Exception Summary
TooManyValuesException Exception if the maximum number of different values is exceeded.
 

Package org.knime.base.node.mine.bayes.naivebayes.datamodel Description

This package implements the naive bayes algorithm for numerical and nominal attributes.



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.