Creates a new dataset that is a subset of this dataset. @param indicies the indices of data points to insert into the new dataset, and will be placed in the order listed. @return a new dataset that is a specified subset of this dataset, and backed by the same values
(List<Integer> indicies)
| 427 | * backed by the same values |
| 428 | */ |
| 429 | abstract protected Type getSubset(List<Integer> indicies); |
| 430 | |
| 431 | /** |
| 432 | * This method returns a dataset that is a subset of this dataset, where |
no outgoing calls
no test coverage detected