Uses of Class
ai.sklearn4j.naive_bayes.BernoulliNaiveBayes
-
Packages that use BernoulliNaiveBayes Package Description ai.sklearn4j.core.packaging.loaders.classifiers.naive_bayes -
-
Uses of BernoulliNaiveBayes in ai.sklearn4j.core.packaging.loaders.classifiers.naive_bayes
Methods in ai.sklearn4j.core.packaging.loaders.classifiers.naive_bayes that return BernoulliNaiveBayes Modifier and Type Method Description protected BernoulliNaiveBayesBernoulliNaiveBayesContentLoader. createResultObject()Instantiate an unloaded BernoulliNaiveBayes classifier.
-