public interface DataSet
Modifier and Type | Method and Description |
---|---|
List |
getDataSet()
Return the whole data set.
|
void |
populate()
Populate the data set.
|
default List |
sample(int num)
Returns a random subset of the data.
|
void populate()
default List sample(int num)
num
- number of data pointsList getDataSet()
Copyright © 2019 CorfuDB. All rights reserved.