Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
reranker::UidGetter< T > Class Template Reference

A simple class that provides a layer of abstraction when retrieving objects to represent unique identifiers for features. More...

#include <feature-vector.H>

Static Public Member Functions

static const T & Get (const T &uid)
 Gets the canonical uid object for the specified uid object. More...
 

Detailed Description

template<typename T>
class reranker::UidGetter< T >

A simple class that provides a layer of abstraction when retrieving objects to represent unique identifiers for features.

Template Parameters
Tthe type of object representing a feature’s uid

Definition at line 86 of file feature-vector.H.

Member Function Documentation

template<typename T >
static const T& reranker::UidGetter< T >::Get ( const T &  uid)
inlinestatic

Gets the canonical uid object for the specified uid object.

Definition at line 88 of file feature-vector.H.


The documentation for this class was generated from the following file: