|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |