klMatrix
Data Structures | Functions
kl_matlab_dependent_unit_tests.h File Reference
#include "kl_multiclass_svm.h"
#include "kl_principal_components.h"
#include "kl_algorithm_paramters.h"
#include "kl_multivariate_random_variable.h"
#include "kl_sample_population.h"
#include "kl_time_series.h"
Include dependency graph for kl_matlab_dependent_unit_tests.h:
This graph shows which files directly or indirectly include this file:

Data Structures

class  klMulticlassSVMAlgorithmParameters
 

Functions

template<class TYPE >
void klMulticlassSVMHarnessMatlab (ofstream &_tex, __int64 &n)
 
template<class TYPE >
void testKLMultiVariateRandomNumberGeneratorMatlab (ofstream &_tex, __int64 &n)
 
template<class TYPE >
void testklPrincipalComponentsMatlab (ofstream &_tex, __int64 &n)
 
template<class TYPE >
void __cdecl testKLRandomNumberGeneratorMatlab (ofstream &_tex, __int64 &n)
 
template<class TYPE >
void klRVUnitTestHarnessLaTexMatlab (klRV< TYPE > **RV, unsigned int size, vector< string > names, ofstream &_tex)
 

Function Documentation

template<class TYPE >
void klMulticlassSVMHarnessMatlab ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

template<class TYPE >
void klRVUnitTestHarnessLaTexMatlab ( klRV< TYPE > **  RV,
unsigned int  size,
vector< string >  names,
ofstream &  _tex 
)

Here is the call graph for this function:

template<class TYPE >
void testKLMultiVariateRandomNumberGeneratorMatlab ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

template<class TYPE >
void testklPrincipalComponentsMatlab ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

template<class TYPE >
void __cdecl testKLRandomNumberGeneratorMatlab ( ofstream &  _tex,
__int64 &  n 
)