vtreat (version 1.6.4)

getSplitPlanAppLabels: read application labels off a split plan.

Description

read application labels off a split plan.

Usage

getSplitPlanAppLabels(nRow, plan)

Value

vector of labels

Arguments

nRow

number of rows in original data.frame.

plan

split plan

See Also

kWayCrossValidation, kWayStratifiedY, and makekWayCrossValidationGroupedByColumn

Examples

Run this code

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

Run the code above in your browser using DataLab