SHOGUN
4.2.0
|
Specialization of logistic for the Eigen3 backend
Definition at line 73 of file implementation/SpecialPurpose.h.
Public Types | |
typedef Matrix::Scalar | T |
Static Public Member Functions | |
static void | compute (SGMatrix< T > A, SGMatrix< T > result) |
typedef Matrix::Scalar T |
Scalar type
Definition at line 76 of file implementation/SpecialPurpose.h.
Applies the elementwise logistic function f(x) = 1/(1+exp(-x)) to a matrix
Definition at line 79 of file implementation/SpecialPurpose.h.