| Tanl Linguistic Pipeline |
Sparse Vector Average Perceptron. More...
#include <ap.h>
Public Member Functions | |
| APSV (int _Y_, int _X_) | |
| void | update (X &x, unsigned yt, std::vector< unsigned > &E) |
| APSV (std::istream &is) | |
| Load model from stream. | |
| void | save (std::ostream &os) |
| Dump parameters to stream. | |
| bool | load (std::istream &is) |
| Load parameters from stream. | |
| size_t | size () |
Sparse Vector Average Perceptron.
| bool APSV::load | ( | std::istream & | is | ) | [virtual] |
| size_t APSV::size | ( | ) | [inline, virtual] |
Reimplemented from AP.