MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / getSubset

Method getSubset

JSAT/src/jsat/DataSet.java:429–429  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 2

getMissingDroppedMethod · 0.95
randomSplitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected