Return a chunk of the data matrix X with random or specified indices.
X
int
Sequence
ndarray
Union
1000
Depending on the type:
A random chunk with select rows will be returned.
select
A chunk with these indices will be returned.
bool
True
If select is an integer then True means random sampling of indices with replacement, False without replacement.
False