rtemis

Command Palette

Search for a command to run...

ResamplerConfig

Component

Language-independent config for an rtemis resampler. Mirrors the `ResamplerConfig` object: a resampler type plus its type-specific settings. The same config drives rtemis (R), rtemis-py, and rtemislive to identical resamples.

Raw JSONv1Unknown properties rejected

Variants

The value of type selects which schema applies.

Properties

typerequired
string

Resampler type.

one of"KFold""StratSub""StratBoot""Bootstrap""LOOCV""Custom"

n
integer | null≥ 1

Number of resamples. null for LOOCV, where it is determined by the data.

Relationships