pub fn build(
active_rows: Vec<LabeledSample>,
repeatability_rows: Vec<LabeledSample>,
) -> Result<Dataset, DatasetError>Expand description
Validates and canonically orders both dataset views.
pub fn build(
active_rows: Vec<LabeledSample>,
repeatability_rows: Vec<LabeledSample>,
) -> Result<Dataset, DatasetError>Validates and canonically orders both dataset views.