orthantProject {snnR} | R Documentation |
This function obtains an orthant projection.
orthantProject(w, xi)
w |
(numeric,n) weights and biases data-vector. |
xi |
(numeric,n) weights and biases data-vector. |
P_{O}(X+h)= \{ 0 \quad if \quad X_i(X_i+h_i)<0; \quad X_i+h_i \quad if \quad otherwise\}
A vector of weights and biases containing zero values.