Learn R Programming

NMAR (version 0.1.1)

engine_config: Extract engine configuration

Description

Returns the underlying configuration of an engine as a named list. This is intended for programmatic inspection (e.g., parameter tuning, logging). The returned object should be treated as read-only.

Usage

engine_config(x)

Value

A named list of configuration fields.

Arguments

x

An object inheriting from class `nmar_engine`.