| Package | Description |
|---|---|
| com.bayesserver.data |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCrossValidationNetwork
Default basic implementation of
ICrossValidationNetwork. |
| Modifier and Type | Method and Description |
|---|---|
CrossValidationNetwork |
CrossValidationActions.learn(DataPartitioning trainingPartitioning)
A user supplied function to learn a network based on a training partitioning of the data.
|
| Modifier and Type | Method and Description |
|---|---|
CrossValidationTestResult[] |
CrossValidationActions.test(DataPartitioning testPartitioning,
CrossValidationNetwork crossValidationNetwork)
A user supplied function to test the network on a test partitioning of the data.
|
Copyright © 2021. All rights reserved.