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-time.H File Reference

Provides the reranker::Time class, which holds the three notions of training time: current epoch, current time step within the current epoch and absolute time step. More...

#include <ctime>
#include <iostream>
#include <string>
#include <sstream>

Go to the source code of this file.

Classes

class  reranker::Time
 A simple class to hold the three notions of time during training: the current epoch, the current time index within the current epoch, and the absolute time index. More...
 

Namespaces

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

Detailed Description

Provides the reranker::Time class, which holds the three notions of training time: current epoch, current time step within the current epoch and absolute time step.

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

Definition in file training-time.H.