Learning a Multivariate Adaptive Regression Splines model from training data.
bm_mars(form, data, lpars)formula
training data for building the predictive model
a list containing the learning parameters
Parameter setting can vary in nk, degree, and thresh parameters.
See earth for a comprehensive description.
Imports learning procedure from earth package.
other learning models: bm_gaussianprocess;
bm_ppr; bm_gbm;
bm_glm; bm_cubist;
bm_randomforest; bm_pls_pcr;
bm_ffnn; bm_svr
Other base learning models:
bm_cubist(),
bm_ffnn(),
bm_gaussianprocess(),
bm_gbm(),
bm_glm(),
bm_pls_pcr(),
bm_ppr(),
bm_randomforest(),
bm_svr()