Learn R Programming

cgraph (version 3.0.1)

not_equal_grad_x: Not Equal Gradient

Description

Calculate the gradient of x != y with respect to x.

Arguments

x

numeric vector or array, value of x.

y

numeric vector or array, value of y.

val

numeric vector or array, value of x != y.

grad

numeric vector or array, gradient of x.

Value

numeric vector or array, gradient of the operation.