CSvmMaxLikelihoodMS.cpp File Reference

Go to the source code of this file.

Functions

RealVector run_one_trial (bool verbose)
 
int main ()
 

Variables

unsigned int useful_dim = 5
 
unsigned int noise_dim = 5
 
unsigned int total_dim = useful_dim + noise_dim
 

Function Documentation

int main ( )

Variable Documentation

unsigned int noise_dim = 5

Definition at line 20 of file CSvmMaxLikelihoodMS.cpp.

Referenced by run_one_trial().

unsigned int total_dim = useful_dim + noise_dim

Definition at line 21 of file CSvmMaxLikelihoodMS.cpp.

Referenced by main(), and run_one_trial().

unsigned int useful_dim = 5

Definition at line 19 of file CSvmMaxLikelihoodMS.cpp.

Referenced by run_one_trial().