sampleFromRows abstract method

DataFrame sampleFromRows(
  1. Iterable<int> indices
)

Returns a dataframe, sampled from rows that are obtained from the rows indices

Rows indices may be repeating.

Implementation

DataFrame sampleFromRows(Iterable<int> indices);