Lrnr_earth: Earth: Multivariate Adaptive Regression Splines

Lrnr_earthR Documentation

Earth: Multivariate Adaptive Regression Splines

Description

This learner provides fitting procedures for building regression models thru the spline regression techniques described in

Super class

sl3::Lrnr_base -> Lrnr_earth

Methods

Public methods

Inherited methods

Method new()

Usage
Lrnr_earth$new(
  degree = 2,
  penalty = 3,
  pmethod = "backward",
  nfold = 0,
  ncross = 1,
  minspan = 0,
  endspan = 0,
  ...
)

Method clone()

The objects of this class are cloneable with this method.

Usage
Lrnr_earth$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


Larsvanderlaan/npcausalML documentation built on July 30, 2023, 4:32 p.m.