inner_split {rsample}R Documentation

Inner split of the analysis set for fitting a post-processor

Description

Inner split of the analysis set for fitting a post-processor

Usage

inner_split(x, ...)

## S3 method for class 'mc_split'
inner_split(x, split_args, ...)

## S3 method for class 'group_mc_split'
inner_split(x, split_args, ...)

## S3 method for class 'vfold_split'
inner_split(x, split_args, ...)

## S3 method for class 'group_vfold_split'
inner_split(x, split_args, ...)

## S3 method for class 'boot_split'
inner_split(x, split_args, ...)

## S3 method for class 'group_boot_split'
inner_split(x, split_args, ...)

## S3 method for class 'val_split'
inner_split(x, split_args, ...)

## S3 method for class 'group_val_split'
inner_split(x, split_args, ...)

## S3 method for class 'time_val_split'
inner_split(x, split_args, ...)

## S3 method for class 'clustering_split'
inner_split(x, split_args, ...)

## S3 method for class 'apparent_split'
inner_split(x, ...)

Arguments

x

An rsplit object.

...

Not currently used.

split_args

A list of arguments to be used for the inner split.

Details

rsplit objects live most commonly inside of an rset object. The split_args argument can be the output of .get_split_args() on that corresponding rset object, even if some of the arguments used to create the rset object are not needed for the inner split.

Value

An rsplit object.


[Package rsample version 1.3.0 Index]