SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
| 枚举
QuadraticTimeMMD.h 文件参考

浏览源代码.

class  CQuadraticTimeMMD
 This class implements the quadratic time Maximum Mean Statistic as described in [1]. The MMD is the distance of two probability distributions \(p\) and \(q\) in a RKHS which we denote by

\[ \hat{\eta_k}=\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} \]

. 更多...

 

枚举

enum  EQuadraticMMDType {
  BIASED, BIASED_DEPRECATED, UNBIASED, UNBIASED_DEPRECATED,
  INCOMPLETE
}
 

SHOGUN 机器学习工具包 - 项目文档