Reels
|
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... | |
OptimizeEvalItem: A structure to compare predicted and observed.
int reels::OptimizeEvalItem::seq_len |
The length of the predicting clip.
double reels::OptimizeEvalItem::t_hat |
The prediction (elapsed time since the last event in clip to predicted target).
TimePoint reels::OptimizeEvalItem::t_obs |
The observed result: Zero for not a target or elapsed time since the previous event in clip to target.