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

◆ main()

int main ( )

◆ run_one_trial()

RealVector run_one_trial ( bool  verbose)

Variable Documentation

◆ noise_dim

unsigned int noise_dim = 5

Definition at line 20 of file CSvmMaxLikelihoodMS.cpp.

Referenced by run_one_trial().

◆ total_dim

unsigned int total_dim = useful_dim + noise_dim

Definition at line 21 of file CSvmMaxLikelihoodMS.cpp.

Referenced by main(), and run_one_trial().

◆ useful_dim

unsigned int useful_dim = 5

Definition at line 19 of file CSvmMaxLikelihoodMS.cpp.

Referenced by run_one_trial().