getSplitPlanAppLabels: read application labels off a split plan.

View source: R/outOfSample.R

getSplitPlanAppLabelsR Documentation

read application labels off a split plan.

Description

read application labels off a split plan.

Usage

getSplitPlanAppLabels(nRow, plan)

Arguments

nRow

number of rows in original data.frame.

plan

split plan

Value

vector of labels

See Also

kWayCrossValidation, kWayStratifiedY, and makekWayCrossValidationGroupedByColumn

Examples


plan <- kWayStratifiedY(3,2,NULL,NULL)
getSplitPlanAppLabels(3,plan)


vtreat documentation built on Aug. 20, 2023, 1:08 a.m.