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

§ MatrixType

typedef CompressedRealMatrix MatrixType

Definition at line 14 of file McSvmLinear.cpp.

§ RowType

typedef CompressedRealMatrixRow RowType

Definition at line 15 of file McSvmLinear.cpp.

§ VectorType

typedef CompressedRealVector VectorType

Definition at line 13 of file McSvmLinear.cpp.

Function Documentation

§ main()

Variable Documentation

§ noise

double const noise = 1.0