SHOGUN
4.2.0
|
Generic class which is specialized for different backends to perform the squared_error operation
Definition at line 529 of file implementation/SpecialPurpose.h.
Public Types | |
typedef Matrix::Scalar | T |
Static Public Member Functions | |
static T | compute (Matrix P, Matrix Q) |
typedef Matrix::Scalar T |
Scalar type
Definition at line 532 of file implementation/SpecialPurpose.h.
|
static |
Returns the squared error between P and Q. The squared error is defined as \( E(P,Q) = \frac{1}{2} \sum_{ij} (P[i,j]-Q[i,j])^2 \)