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

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

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

Subclasses of AttributeModel in org.knime.base.node.mine.bayes.naivebayes.datamodel
(package private)  class ClassAttributeModel
          This AttributeModel implementation holds the class attribute information like the number of rows per class value.
(package private)  class NominalAttributeModel
          This AttributeModel implementation calculates the probability for all nominal attributes.
(package private)  class NumericalAttributeModel
          This AttributeModel implementation calculates the probability for numerical attributes by assuming a Gaussian distribution of the data.
 

Methods in org.knime.base.node.mine.bayes.naivebayes.datamodel that return AttributeModel
 AttributeModel NaiveBayesModel.getAttributeModel(String attributeName)
           
(package private) static AttributeModel AttributeModel.loadModel(Config config)
           
 

Methods in org.knime.base.node.mine.bayes.naivebayes.datamodel that return types with arguments of type AttributeModel
 Collection<AttributeModel> NaiveBayesModel.getAttributeModels()
           
 List<AttributeModel> NaiveBayesModel.getSkippedAttributes()
           
 

Methods in org.knime.base.node.mine.bayes.naivebayes.datamodel with parameters of type AttributeModel
 int AttributeModel.compareTo(AttributeModel o)
          
 



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.