Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
training-vector-set.H File Reference

Provides the reranker::TrainingVectorSet class. More...

#include <iostream>
#include <unordered_map>
#include <unordered_set>
#include "training-time.H"
#include "feature-vector.H"

Go to the source code of this file.

Classes

class  reranker::TrainingVectorSet
 A class to hold the several feature vectors needed during training (especially for the perceptron family of algorithms), as well as for performing the updates to those feature vectors (again, with the perceptron family of algorithms in mind). More...
 

Namespaces

 reranker
 Provides reranking models for discriminative modeling, with some special handling for discriminative language models.
 

Detailed Description

Provides the reranker::TrainingVectorSet class.

Author
dbike.nosp@m.l@go.nosp@m.ogle..nosp@m.com (Dan Bikel)

Definition in file training-vector-set.H.