grapes-grapes: Base Learner Basis Orthogonalization Operator

%-%R Documentation

Base Learner Basis Orthogonalization Operator

Description

Operator orthogonalizing the design matrix of one mboost baselearner bl1 with respect to the design matrix of another baselearner bl2, i.e., the design matrix of bl1 is linearly transformed, such that all columns in it are orthogonal to the columns of the design matrix of bl2.

Usage

bl1 %-% bl2

Arguments

bl1

a baselearner generator of class blg

bl2

another baselearner generator of class blg which is typically contained in bl1 in the sense that the columns of its design matrix are in the span of the design matrix of bl1.

Value

object of class blg with the transformed baselearner bl1.


Almond-S/manifoldboost documentation built on June 23, 2022, 11:06 a.m.