Turi Create  4.0
turi::ml_data_full_entry Struct Reference

#include <ml/ml_data/ml_data_entry.hpp>

Public Attributes

size_t column_index
 
size_t feature_index
 
size_t global_index
 
double value
 

Detailed Description

Information relevant to a single entry of ml_data.

Definition at line 20 of file ml_data_entry.hpp.

Member Data Documentation

◆ column_index

size_t turi::ml_data_full_entry::column_index

Column id .

Definition at line 21 of file ml_data_entry.hpp.

◆ feature_index

size_t turi::ml_data_full_entry::feature_index

Local index within the column.

Definition at line 22 of file ml_data_entry.hpp.

◆ global_index

size_t turi::ml_data_full_entry::global_index

Global index, referenced off of the training index sizes.

Definition at line 23 of file ml_data_entry.hpp.

◆ value

double turi::ml_data_full_entry::value

Value

Definition at line 24 of file ml_data_entry.hpp.


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