McSvmLinear.cpp File Reference

Go to the source code of this file.

Typedefs

typedef CompressedRealVector VectorType
 
typedef CompressedRealMatrix MatrixType
 
typedef CompressedRealMatrixRow RowType
 

Functions

int main (int argc, char **argv)
 

Variables

double const noise = 1.0
 

Typedef Documentation

typedef CompressedRealMatrix MatrixType

Definition at line 14 of file McSvmLinear.cpp.

typedef CompressedRealMatrixRow RowType

Definition at line 15 of file McSvmLinear.cpp.

typedef CompressedRealVector VectorType

Definition at line 13 of file McSvmLinear.cpp.

Function Documentation

Variable Documentation

double const noise = 1.0

Definition at line 12 of file McSvmLinear.cpp.

Referenced by trainAutoencoderModel().