has_test_set: Test Set Availability

View source: R/allgeneric.R

has_test_setR Documentation

Test Set Availability

Description

Determine whether the object contains a separate test set.

Usage

has_test_set(obj)

Arguments

obj

The object to check for a test set.

Value

Logical indicating if a test set exists.

Examples

ds <- gen_sample_dataset(D = c(4, 4, 4), nobs = 10, external_test = TRUE)
has_test_set(ds$design)

bbuchsbaum/rMVPA documentation built on June 10, 2025, 8:23 p.m.