mlpack  3.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Attributes | List of all members
StringEncodingPolicyTraits< DictionaryEncodingPolicy > Struct Template Reference

The specialization provides some information about the dictionary encoding policy. More...

Static Public Attributes

static const bool onePassEncoding = true
 Indicates if the policy is able to encode the token at once without any information about other tokens as well as the total tokens count. More...
 

Detailed Description

template<>
struct mlpack::data::StringEncodingPolicyTraits< DictionaryEncodingPolicy >

The specialization provides some information about the dictionary encoding policy.

Definition at line 129 of file dictionary_encoding_policy.hpp.

Member Data Documentation

const bool onePassEncoding = true
static

Indicates if the policy is able to encode the token at once without any information about other tokens as well as the total tokens count.

Definition at line 135 of file dictionary_encoding_policy.hpp.


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