| Package | Description |
|---|---|
| org.dmg.pmml.baseline |
| Modifier and Type | Method and Description |
|---|---|
static TestDistributions.TestStatistic |
TestDistributions.TestStatistic.fromValue(String v) |
TestDistributions.TestStatistic |
TestDistributions.getTestStatistic() |
TestDistributions.TestStatistic |
TestDistributions.requireTestStatistic() |
static TestDistributions.TestStatistic |
TestDistributions.TestStatistic.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
TestDistributions |
TestDistributions.setTestStatistic(TestDistributions.TestStatistic testStatistic) |
| Constructor and Description |
|---|
TestDistributions(Field<?> field,
TestDistributions.TestStatistic testStatistic,
Baseline baseline) |
TestDistributions(String field,
TestDistributions.TestStatistic testStatistic,
Baseline baseline) |
Copyright © 2024. All rights reserved.