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

◆ onePassEncoding

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: