
Extract coefficients from a psvr_rmspe_sym model
coef.psvr_rmspe_sym.RdExtract coefficients from a psvr_rmspe_sym model
Usage
# S3 method for class 'psvr_rmspe_sym'
coef(object, ...)Value
A named list with components:
alphaDual variables / Lagrange multipliers (length N).
bBias term.
support_dataTraining input matrix (all N observations).
Three components, not the five the MAPE classes return: LS-SVR has no
alpha_star and no pruned beta, and they are not materialised as
NULL. See coef.psvr_rmspe().
Renamed in 0.0.2.9011
See coef.psvr_rmspe() — the same rename, for the same reason, applied to
both LS-SVR classes together.