SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
LinearTimeMMD.h File Reference

Go to the source code of this file.

Classes

class  CLinearTimeMMD
 This class implements the linear time Maximum Mean Statistic as described in [1]. The MMD is the distance of two probability distributions $p$ and $q$ in a RKHS.

\[ \text{MMD}}[\mathcal{F},p,q]^2=\textbf{E}_{x,x'}\left[ k(x,x')\right]- 2\textbf{E}_{x,y}\left[ k(x,y)\right] +\textbf{E}_{y,y'}\left[ k(y,y')\right]=||\mu_p - \mu_q||^2_\mathcal{F} \]

. More...


SHOGUN Machine Learning Toolbox - Documentation