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. | |
| 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.
1.4.7