exprso (version 0.1.7)

validationSet: Extract Validation Set

Description

This function extracts the validation set from the result of a split method call such as splitSample or splitStratify.

Usage

validationSet(splitSets)
testSet(splitSets)

Arguments

splitSets
A two-item list. The result of a split method call.

Value

An ExprsArray object.

Functions

  • testSet: Identical to the validationSet function.