OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TableFunctions_Namespace::OneHotEncoder_Namespace::OneHotEncodedCol< F > Struct Template Reference

#include <OneHotEncoder.h>

Public Attributes

std::vector< std::vector< F > > encoded_buffers
 
std::vector< std::string > cat_features
 

Detailed Description

template<typename F>
struct TableFunctions_Namespace::OneHotEncoder_Namespace::OneHotEncodedCol< F >

Definition at line 52 of file OneHotEncoder.h.

Member Data Documentation

template<typename F>
std::vector<std::string> TableFunctions_Namespace::OneHotEncoder_Namespace::OneHotEncodedCol< F >::cat_features
template<typename F>
std::vector<std::vector<F> > TableFunctions_Namespace::OneHotEncoder_Namespace::OneHotEncodedCol< F >::encoded_buffers

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