SHOGUN
4.2.0
|
Generic class which is specialized for different backends to perform the logistic operation
Definition at line 61 of file implementation/SpecialPurpose.h.
Public Types | |
typedef Matrix::Scalar | T |
Static Public Member Functions | |
static void | compute (Matrix A, Matrix result) |
typedef Matrix::Scalar T |
Scalar type
Definition at line 64 of file implementation/SpecialPurpose.h.
|
static |
Applies the elementwise logistic function f(x) = 1/(1+exp(-x)) to a matrix