Thrill  0.1
DataPoint< Vector > Struct Template Reference

Detailed Description

template<typename Vector>
struct examples::stochastic_gradient_descent::DataPoint< Vector >

Model for one point consisting of a d-dimensional position and a label.

Definition at line 40 of file stochastic_gradient_descent.hpp.

+ Collaboration diagram for DataPoint< Vector >:

#include <stochastic_gradient_descent.hpp>

Public Member Functions

template<typename Archive >
void serialize (Archive &ar)
 

Public Attributes

Vector data
 
double label
 

Member Function Documentation

◆ serialize()

void serialize ( Archive &  ar)
inline

Definition at line 45 of file stochastic_gradient_descent.hpp.

Member Data Documentation

◆ data

◆ label


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