orthantProject: orthantProject

Description Usage Arguments Details Value

View source: R/snnR.R

Description

This function obtains an orthant projection.

Usage

1

Arguments

w

(numeric,n) weights and biases data-vector.

xi

(numeric,n) weights and biases data-vector.

Details

P_{O}(X+h)= \{ 0 \quad if \quad X_i(X_i+h_i)<0; \quad X_i+h_i \quad if \quad otherwise\}

Value

A vector of weights and biases containing zero values.


snnR documentation built on May 2, 2019, 8:54 a.m.

Related to orthantProject in snnR...