The edge data stores the entry in the matrix. More...
#include <als_vertex_program.hpp>
Public Types | |
enum | data_role_type { TRAIN, VALIDATE, PREDICT } |
The type of data on the edge;. More... |
Public Member Functions | |
edge_data (float obs=0, data_role_type role=PREDICT) | |
basic initialization |
Public Attributes | |
float | obs |
the observed value for the edge | |
data_role_type | role |
The train/validation/test designation of the edge. |
The edge data stores the entry in the matrix.
In addition the edge data also stores the most recent error estimate.
The type of data on the edge;.