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)


WinVector/vtreat documentation built on Aug. 29, 2023, 4:49 a.m.