klMatrix
Functions
kl_divergence_functions.h File Reference
#include "mkl.h"
#include "kl_matrix.h"
Include dependency graph for kl_divergence_functions.h:
This graph shows which files directly or indirectly include this file:

Functions

template<class TYPE >
TYPE klMahalanobisDivergence (klMatrix< TYPE > A, klVector< TYPE > x, klVector< TYPE > y)
 
template<class TYPE >
TYPE klKullbackLiebelerDivergence (klVector< TYPE > x, klVector< TYPE > y)
 
template<class TYPE >
TYPE klItakuraSaitoDivergence (klVector< TYPE > x, klVector< TYPE > y)
 

Function Documentation

template<class TYPE >
TYPE klItakuraSaitoDivergence ( klVector< TYPE >  x,
klVector< TYPE >  y 
)

Here is the call graph for this function:

template<class TYPE >
TYPE klKullbackLiebelerDivergence ( klVector< TYPE >  x,
klVector< TYPE >  y 
)

Here is the call graph for this function:

template<class TYPE >
TYPE klMahalanobisDivergence ( klMatrix< TYPE >  A,
klVector< TYPE >  x,
klVector< TYPE >  y 
)

Here is the call graph for this function: