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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as BASELINETESTSTATISTIC
protected  BASELINETESTSTATISTIC TestDistributions.testStatistic
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return BASELINETESTSTATISTIC
static BASELINETESTSTATISTIC BASELINETESTSTATISTIC.fromValue(String v)
           
 BASELINETESTSTATISTIC TestDistributions.getTestStatistic()
          Gets the value of the testStatistic property.
static BASELINETESTSTATISTIC BASELINETESTSTATISTIC.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BASELINETESTSTATISTIC[] BASELINETESTSTATISTIC.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type BASELINETESTSTATISTIC
 void TestDistributions.setTestStatistic(BASELINETESTSTATISTIC value)
          Sets the value of the testStatistic property.
 



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