model Struct Reference

This structure represents svm model that contains feature vector, wscale, bias, dimension and learning rate. More...

#include <model.h>

List of all members.

Public Member Functions

 model (int dim)
 Constructor that initializes a model with the given dimension.
 model ()
 Default constructor that initializes a model.
 model (int dim, bool random_noise)
 Constructor that initializes a model with the given dimension and optinal random noise.
void resetModel ()

Public Attributes

FVector w
double wscale
double bias
int dim
double t


Detailed Description

This structure represents svm model that contains feature vector, wscale, bias, dimension and learning rate.


Constructor & Destructor Documentation

model::model ( int  dim  )  [inline]

Constructor that initializes a model with the given dimension.

Parameters:
[in] dim dimension of the model

model::model (  )  [inline]

Default constructor that initializes a model.

model::model ( int  dim,
bool  random_noise 
) [inline]

Constructor that initializes a model with the given dimension and optinal random noise.

Parameters:
[in] dim dimension of the model
[in] random_noise whether model should be filled randomly or not


Member Function Documentation

void model::resetModel (  )  [inline]


Member Data Documentation

double model::bias

int model::dim

double model::t

FVector model::w

double model::wscale


The documentation for this struct was generated from the following file:
Generated on Wed Dec 15 10:46:16 2010 for Hazy_System by  doxygen 1.4.7