model.h File Reference

Go to the source code of this file.

Classes

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

Functions

std::istream & operator>> (std::istream &f, model &m)
 Parses given input stream to create a model.
std::ostream & operator<< (std::ostream &f, const model &m)
 Writes model to the output stream.


Function Documentation

std::ostream& operator<< ( std::ostream &  f,
const model m 
)

Writes model to the output stream.

std::istream& operator>> ( std::istream &  f,
model m 
)

Parses given input stream to create a model.


Generated on Wed Dec 15 10:46:16 2010 for Hazy_System by  doxygen 1.4.7