array of row data
Get a row at a given index.
Get a row at a given index.
index of row
row at index
array of row data
Drop an index of every row.
Drop an index of every row.
index to drop
dataset without index
Select given indices of every row.
Select given indices of every row.
indices to select
dataset with only selected indices
Convert dataset to an array of rows.
Convert dataset to a local dataset.
Update all rows in the dataset.
Update all rows in the dataset.
update function
dataset with updated rows
Add a value to every row.
Add a value to every row.
function used to calculate value for a row
dataset with new value
Add values to every row.
Add values to every row.
function used to calculate additional values for every row
dataset with new values
Class for holding local data as a ml.combust.mleap.runtime.Dataset.
array of row data