Compute Marginal Response Curve with Fixed Values
Source:R/RcppExports.R
compute_response_curve_fixed_deprecated.RdVaries one variable while holding others at user-specified fixed values.
Usage
compute_response_curve_fixed_deprecated(
fs_ptr,
fixed_values,
feature_names,
var_index,
var_min,
var_max,
n_steps = 100L
)Arguments
- fs_ptr
External pointer to a FeaturedSpace object.
- fixed_values
Numeric vector of fixed values for each variable.
- feature_names
Character vector of environment variable names.
- var_index
0-based index of the variable to vary.
- var_min
Minimum value of the target variable.
- var_max
Maximum value of the target variable.
- n_steps
Number of steps.