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

Packages that use NaiveBayesModel
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. 
 

Uses of NaiveBayesModel in org.knime.base.node.mine.bayes.naivebayes.learner
 

Methods in org.knime.base.node.mine.bayes.naivebayes.learner that return NaiveBayesModel
protected  NaiveBayesModel NaiveBayesLearnerNodeModel.getNaiveBayesModel()
           
 

Uses of NaiveBayesModel in org.knime.base.node.mine.bayes.naivebayes.port
 

Methods in org.knime.base.node.mine.bayes.naivebayes.port that return NaiveBayesModel
 NaiveBayesModel NaiveBayesPortObject.getModel()
           
 

Constructors in org.knime.base.node.mine.bayes.naivebayes.port with parameters of type NaiveBayesModel
NaiveBayesPortObject(DataTableSpec trainingDataSpec, NaiveBayesModel model)
          Constructor for class NaiveBayesPortObject.
 

Uses of NaiveBayesModel in org.knime.base.node.mine.bayes.naivebayes.predictor
 

Methods in org.knime.base.node.mine.bayes.naivebayes.predictor with parameters of type NaiveBayesModel
static DataColumnSpec[] NaiveBayesCellFactory.createResultColSpecs(NaiveBayesModel model, DataTableSpec inSpec, boolean inclClassProbVals)
          Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification.
 

Constructors in org.knime.base.node.mine.bayes.naivebayes.predictor with parameters of type NaiveBayesModel
NaiveBayesCellFactory(NaiveBayesModel model, DataTableSpec tableSpec, boolean inclClassProbVals)
          Constructor for class NaiveBayesAlgorithm.
NaiveBayesCellFactory(NaiveBayesModel model, DataTableSpec tableSpec, boolean inclClassProbVals, double laplaceCorrector)
          Constructor for class NaiveBayesAlgorithm.
 



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.