|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
class |
BitVectorAttributeModel
AttributeModel implementation that can handle BitVectorValues. |
(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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||