Uses of Class
org.dmg.pmml.baseline.TestDistributions.TestStatistic
-
Packages that use TestDistributions.TestStatistic Package Description org.dmg.pmml.baseline -
-
Uses of TestDistributions.TestStatistic in org.dmg.pmml.baseline
Methods in org.dmg.pmml.baseline that return TestDistributions.TestStatistic Modifier and Type Method Description static TestDistributions.TestStatisticTestDistributions.TestStatistic. fromValue(java.lang.String v)TestDistributions.TestStatisticTestDistributions. getTestStatistic()TestDistributions.TestStatisticTestDistributions. requireTestStatistic()static TestDistributions.TestStatisticTestDistributions.TestStatistic. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TestDistributions.TestStatistic[]TestDistributions.TestStatistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.baseline with parameters of type TestDistributions.TestStatistic Modifier and Type Method Description TestDistributionsTestDistributions. setTestStatistic(TestDistributions.TestStatistic testStatistic)Constructors in org.dmg.pmml.baseline with parameters of type TestDistributions.TestStatistic Constructor Description TestDistributions(java.lang.String field, TestDistributions.TestStatistic testStatistic, Baseline baseline)TestDistributions(Field<?> field, TestDistributions.TestStatistic testStatistic, Baseline baseline)
-