Convert dataset to a local dataset.
Convert dataset to a local dataset.
local dataset
Update all rows in the dataset.
Update all rows in the dataset.
update function
dataset with updated rows
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 an array of rows.
array of 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
Trait for storing data in a ml.combust.mleap.runtime.LeapFrame.