split_train_test_sets: Split Problem into Train and Test Sets

Description Usage Arguments Value

Description

This function is used to split inputs and outputs of a problem definition into train and test sets.

Usage

1
split_train_test_sets(info, train_split = 0.75)

Arguments

info

(DLproblem object, as created by get_rpoblem_info) The information of the problem, with inputs and outputs.

train_split

(numeric) Fraction of the subjects to be used as training set, Default: 0.75

Value

The DLproblem completed with train and test sets.


neuroimaginador/dl4ni documentation built on May 3, 2019, 5:47 p.m.