get_data: A datasource (DS) method to generate training and test sets

Description Usage Arguments Value See Also

View source: R/generic_functions.R

Description

This is a generic function that must be implemented by all DS objects. This method should not be called directly but instead it is used internally by the cross-validator (CV) object.

Usage

1
get_data(ds_obj)

Arguments

ds_obj

The datasource object.

Value

This method returns a data frame where each row corresponds to a data from one time point on a single trial.

See Also

ds_basic(), ds_generalization()


emeyers/NDTr documentation built on Aug. 8, 2020, 3:41 p.m.