SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Types | Static Public Member Functions
multiply_by_logistic_derivative< Backend, Matrix > Struct Template Reference

Detailed Description

template<enum Backend, class Matrix>
struct shogun::linalg::implementation::special_purpose::multiply_by_logistic_derivative< Backend, Matrix >

Generic class which is specialized for different backends to perform the multiply_by_logistic_derivative operation

Definition at line 119 of file implementation/SpecialPurpose.h.

Public Types

typedef Matrix::Scalar T
 

Static Public Member Functions

static void compute (Matrix A, Matrix C)
 

Member Typedef Documentation

typedef Matrix::Scalar T

Scalar type

Definition at line 122 of file implementation/SpecialPurpose.h.

Member Function Documentation

static void compute ( Matrix  A,
Matrix  C 
)
static

Performs the operation C(i,j) = C(i,j) * A(i,j) * (1.0-A(i,j) for all i and j


The documentation for this struct was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation