|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Dataset.Split
A partitioning of the dataset into a number of train/test partitions
Method Summary | |
---|---|
int |
getNumPartitions()
Return the number of partitions |
Dataset |
getTest(int k)
Return a dataset containing the test cases in the k-th split |
Dataset |
getTrain(int k)
Return a dataset containing the training cases in the k-th split |
Method Detail |
---|
int getNumPartitions()
Dataset getTrain(int k)
Dataset getTest(int k)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |