Turi Create
4.0
|
#include <toolkits/ml_data_2/ml_data_entry.hpp>
Public Member Functions | |
bool | operator== (const ml_data_entry &other) const |
Simple equality test. | |
Public Attributes | |
size_t | column_index |
size_t | index |
double | value |
Information relevant to a single entry of ml_data. The column_index may refer to a side column.
Definition at line 29 of file ml_data_entry.hpp.
size_t turi::v2::ml_data_entry::column_index |
Column id .
Definition at line 30 of file ml_data_entry.hpp.
size_t turi::v2::ml_data_entry::index |
Local index within the column.
Definition at line 31 of file ml_data_entry.hpp.
double turi::v2::ml_data_entry::value |
Value
Definition at line 32 of file ml_data_entry.hpp.