Turi Create  4.0
turi::ml_data_entry Struct Reference

#include <ml/ml_data/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
 

Detailed Description

Information relevant to a single entry of ml_data.

Definition at line 30 of file ml_data_entry.hpp.

Member Data Documentation

◆ column_index

size_t turi::ml_data_entry::column_index

Column id .

Definition at line 31 of file ml_data_entry.hpp.

◆ index

size_t turi::ml_data_entry::index

Local index within the column.

Definition at line 32 of file ml_data_entry.hpp.

◆ value

double turi::ml_data_entry::value

Value

Definition at line 33 of file ml_data_entry.hpp.


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