Machine Learning Library
Classes | Enumerations
CSVCandidate.h File Reference
#include <assert.h>
#include <Macros.h>
#include <CArchiv.h>
#include "CDatasetItem.h"

Go to the source code of this file.

Classes

class  CSVCandidate< Type >
 

Enumerations

enum  SVTYPE { ACTIVE = 0, BOUNDED = 1, NONSUPPORT = 2 }
 
enum  SORTING {
  OUTERROR = 0, LAGRANGE = 1, CLASS = 2, WORKINGSET = 3,
  ID = 4
}
 

Enumeration Type Documentation

enum SORTING
Enumerator
OUTERROR 
LAGRANGE 
CLASS 
WORKINGSET 
ID 
enum SVTYPE

This class implmements datasetitems used for training a support vector machine. Addionally to the input and output pattern, each item contains a lagrange coefficient and an error cache.

Author
Thorsten Twellmann
Enumerator
ACTIVE 
BOUNDED 
NONSUPPORT