Classes | Macros | Functions | Variables
qt/svm-toy.cpp File Reference
#include <QtGui>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <list>
#include "../../svm.h"
#include "svm-toy.moc"
Include dependency graph for qt/svm-toy.cpp:

Go to the source code of this file.

Classes

struct  SvmToyWindow::point
 
class  SvmToyWindow
 

Macros

#define DEFAULT_PARAM   "-t 2 -c 100"
 
#define XLEN   500
 
#define YLEN   500
 

Functions

int main (int argc, char *argv[])
 

Variables

QRgb colors []
 

Macro Definition Documentation

#define DEFAULT_PARAM   "-t 2 -c 100"

Definition at line 10 of file qt/svm-toy.cpp.

#define XLEN   500

Definition at line 11 of file qt/svm-toy.cpp.

#define YLEN   500

Definition at line 12 of file qt/svm-toy.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 432 of file qt/svm-toy.cpp.

Variable Documentation

QRgb colors[]
Initial value:
=
{
qRgb(0, 0, 0),
qRgb(0, 120, 120),
qRgb(120, 120, 0),
qRgb(120, 0, 120),
qRgb(0, 200, 200),
qRgb(200, 200, 0),
qRgb(200, 0, 200)
}

Definition at line 14 of file qt/svm-toy.cpp.



ml_classifiers
Author(s): Scott Niekum , Joshua Whitley
autogenerated on Sun Dec 15 2019 03:53:50