Reels
Loading...
Searching...
No Matches
Public Attributes | List of all members
reels::OptimizeEvalItem Struct Reference

OptimizeEvalItem: A structure to compare predicted and observed. More...

#include <reels.h>

Public Attributes

double t_hat
 The prediction (elapsed time since the last event in clip to predicted target). More...
 
TimePoint t_obs
 The observed result: Zero for not a target or elapsed time since the previous event in clip to target. More...
 
int seq_len
 The length of the predicting clip. More...
 

Detailed Description

OptimizeEvalItem: A structure to compare predicted and observed.

Member Data Documentation

◆ seq_len

int reels::OptimizeEvalItem::seq_len

The length of the predicting clip.

◆ t_hat

double reels::OptimizeEvalItem::t_hat

The prediction (elapsed time since the last event in clip to predicted target).

◆ t_obs

TimePoint reels::OptimizeEvalItem::t_obs

The observed result: Zero for not a target or elapsed time since the previous event in clip to target.


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