Package functions
Class Linear
java.lang.Object
functions.Linear
public class Linear
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Linear()
-
Method Summary
Modifier and Type Method Description double
activation(double x)
Linear function.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Linear
public Linear()
-
-
Method Details
-
activation
public double activation(double x)Linear function. f(x)=x
-