Uses of Class
org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException

Packages that use TooManyValuesException
org.knime.base.node.mine.bayes.naivebayes.datamodel This package implements the naive bayes algorithm for numerical and nominal attributes. 
 

Uses of TooManyValuesException in org.knime.base.node.mine.bayes.naivebayes.datamodel
 

Methods in org.knime.base.node.mine.bayes.naivebayes.datamodel that throw TooManyValuesException
(package private)  void AttributeModel.addValue(String classValue, DataCell attrValue)
          Adds the given value to this attribute model.
(package private)  void NominalAttributeModel.addValueInternal(String classValue, DataCell attrValue)
          Adds the given value to the concrete implementation.
(package private) abstract  void AttributeModel.addValueInternal(String classValue, DataCell attrValue)
          Adds the given value to the concrete implementation.
(package private)  void ClassAttributeModel.addValueInternal(String classValue, DataCell attrValue)
          Adds the given value to the concrete implementation.
 



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.