Learn R Programming

qrnn (version 2.0.1)

linear.prime: Derivative of the linear function

Description

Derivative of the linear function.

Usage

linear.prime(x)

Arguments

x

numeric vector.

See Also

linear, sigmoid

Examples

Run this code
# NOT RUN {
x <- seq(-10, 10, length=100)
plot(x, linear.prime(x))
# }

Run the code above in your browser using DataLab