layer_orthogonal_to: Create Orthogonal Layer

Description Usage Arguments Value

View source: R/2-layers-orthogonal.R

Description

This function makes the "target" layer orthogonal to the "reference" layer so that it cannot predict the "reference". In other words, the "target" layer will equal the "reference" layer when the "target" is orthogonal to the "reference".

Usage

1
layer_orthogonal_to(target, reference, name = NULL)

Arguments

target

The incoming layer with predictive power.

reference

The incoming layer you do not want to predict.

name

A string. The prefix label for all layers.

Value

A layer that equals the "reference" when the "target" is orthogonal to the "reference".


tpq/caress documentation built on March 11, 2021, 8:03 p.m.