vtreat (version 1.4.5)

getSplitPlanAppLabels: 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

Run this code
# NOT RUN {
plan <- kWayStratifiedY(3,2,NULL,NULL)
getSplitPlanAppLabels(3,plan)

# }

Run the code above in your browser using DataCamp Workspace