#include <QtGui>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <list>
#include "../../svm.h"
#include "svm-toy.moc"
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ DEFAULT_PARAM
#define DEFAULT_PARAM "-t 2 -c 100" |
◆ XLEN
◆ YLEN
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ 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.