| Package | Description |
|---|---|
| com.bayesserver.data |
| Modifier and Type | Method and Description |
|---|---|
static CrossValidationCombineMethod |
CrossValidationCombineMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossValidationCombineMethod[] |
CrossValidationCombineMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
CrossValidation.combine(Iterable<CrossValidationTestResult> testResults,
CrossValidationCombineMethod method)
Provides standard ways of combining numeric test results from a number of partitions.
|
Copyright © 2021. All rights reserved.