Uses of Class
org.dmg.pmml.pmml_4_1.descr.NaiveBayesModel

Packages that use NaiveBayesModel
org.dmg.pmml.pmml_4_1.descr   
 

Uses of NaiveBayesModel in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as NaiveBayesModel
protected  NaiveBayesModel Segment.naiveBayesModel
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return NaiveBayesModel
 NaiveBayesModel ObjectFactory.createNaiveBayesModel()
          Create an instance of NaiveBayesModel
 NaiveBayesModel Segment.getNaiveBayesModel()
          Gets the value of the naiveBayesModel property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type NaiveBayesModel
 void Segment.setNaiveBayesModel(NaiveBayesModel value)
          Sets the value of the naiveBayesModel property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.