Turi Create  4.0
turi::v2::ml_data_full_entry Struct Reference

#include <toolkits/ml_data_2/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. The column_index may refer to a side column.

Definition at line 18 of file ml_data_entry.hpp.

Member Data Documentation

◆ column_index

size_t turi::v2::ml_data_full_entry::column_index

Column id .

Definition at line 19 of file ml_data_entry.hpp.

◆ feature_index

size_t turi::v2::ml_data_full_entry::feature_index

Local index within the column.

Definition at line 20 of file ml_data_entry.hpp.

◆ global_index

size_t turi::v2::ml_data_full_entry::global_index

Global index, referenced off of the training index sizes.

Definition at line 21 of file ml_data_entry.hpp.

◆ value

double turi::v2::ml_data_full_entry::value

Value

Definition at line 22 of file ml_data_entry.hpp.


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