Package | Description |
---|---|
org.apache.ignite.ml.naivebayes |
Contains various naive Bayes classifiers.
|
org.apache.ignite.ml.naivebayes.discrete |
Contains Bernoulli naive Bayes classifier.
|
org.apache.ignite.ml.naivebayes.gaussian |
Contains Gaussian naive Bayes classifier.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BayesModel<MODEL extends BayesModel,FEATURES,OUTPUT>
Interface for Bayes Models.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscreteNaiveBayesModel
Discrete naive Bayes model which predicts result value
y belongs to a class C_k, k in [0..K] as
{@code p(C_k,y) =x_1*p_k1^x *... |
Modifier and Type | Class and Description |
---|---|
class |
GaussianNaiveBayesModel
Simple naive Bayes model which predicts result value
y belongs to a class C_k, k in [0..K] as {@code
p(C_k,y) = p(C_k)*p(y_1,C_k) *... |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020