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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as DiscrStats
protected  DiscrStats UnivariateStats.discrStats
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return DiscrStats
 DiscrStats ObjectFactory.createDiscrStats()
          Create an instance of DiscrStats
 DiscrStats UnivariateStats.getDiscrStats()
          Gets the value of the discrStats property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type DiscrStats
 void UnivariateStats.setDiscrStats(DiscrStats value)
          Sets the value of the discrStats property.
 



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