Uses of Enum Class
weka.core.pmml.jaxbbindings.BASELINETESTSTATISTIC
Packages that use BASELINETESTSTATISTIC
-
Uses of BASELINETESTSTATISTIC in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return BASELINETESTSTATISTICModifier and TypeMethodDescriptionstatic BASELINETESTSTATISTIC
TestDistributions.getTestStatistic()
Gets the value of the testStatistic property.static BASELINETESTSTATISTIC
Returns the enum constant of this class with the specified name.static BASELINETESTSTATISTIC[]
BASELINETESTSTATISTIC.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.core.pmml.jaxbbindings with parameters of type BASELINETESTSTATISTICModifier and TypeMethodDescriptionvoid
TestDistributions.setTestStatistic
(BASELINETESTSTATISTIC value) Sets the value of the testStatistic property.