split.data: Split data.

Description Usage Arguments Value

Description

Split data.

Usage

1
2
## S3 method for class 'data'
split(x, train = 0.7, val = 0, test = 0.3)

Arguments

x

Matrix or vector to split.

train

Proportion of rows to label as train.

val

Proportion of rows to label as validation.

test

Proportion of rows to label as test.

Value

List of split indicies.


mdelhey/plda documentation built on May 22, 2019, 3:24 p.m.