public class CrossValidation extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
k
The number of rounds of cross validation.
|
int[][] |
test
The index of testing instances.
|
int[][] |
train
The index of training instances.
|
| Constructor and Description |
|---|
CrossValidation(int n,
int k)
Constructor.
|
Copyright © 2015. All rights reserved.