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 ofNaiveBayesModelSegment.getNaiveBayesModel()Gets the value of the naiveBayesModel property.Methods in weka.core.pmml.jaxbbindings with parameters of type NaiveBayesModelModifier and TypeMethodDescriptionvoidSegment.setNaiveBayesModel(NaiveBayesModel value) Sets the value of the naiveBayesModel property.