Turi Create
4.0
|
#include <toolkits/ml_data_2/data_storage/ml_data_block_manager.hpp>
This struct holds two components – the first is the translated row data, which gives the compact format for rows converted to numerical format. This row format is described in ml_data_row_format.hpp.
The second is the untranslated_columns list. If there are untranslated columns, then this will hold those values.
Definition at line 24 of file ml_data_block_manager.hpp.