Uses of Class
weka.core.pmml.jaxbbindings.NaiveBayesModel
Packages that use NaiveBayesModel
-
Uses of NaiveBayesModel in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return NaiveBayesModelModifier and TypeMethodDescriptionObjectFactory.createNaiveBayesModel()
Create an instance ofNaiveBayesModel
Segment.getNaiveBayesModel()
Gets the value of the naiveBayesModel property.Methods in weka.core.pmml.jaxbbindings with parameters of type NaiveBayesModelModifier and TypeMethodDescriptionvoid
Segment.setNaiveBayesModel
(NaiveBayesModel value) Sets the value of the naiveBayesModel property.