![]() |
Reels
|
CodeTreeNode: Each node in a fitted CodeTree. More...
#include <reels.h>
Public Attributes | |
| uint64_t | n_seen |
| The number of clips that visited the node (target and no target). More... | |
| uint64_t | n_target |
| The number of clips that visited the node with the target. More... | |
| ExtFloat | sum_time_d |
| Sum of time differences for the elements with a defined target. More... | |
| ChildIndex | child |
| A map of children by code (key) to index in the CodeTree. More... | |
CodeTreeNode: Each node in a fitted CodeTree.
| ChildIndex reels::CodeTreeNode::child |
A map of children by code (key) to index in the CodeTree.
| uint64_t reels::CodeTreeNode::n_seen |
The number of clips that visited the node (target and no target).
| uint64_t reels::CodeTreeNode::n_target |
The number of clips that visited the node with the target.
| ExtFloat reels::CodeTreeNode::sum_time_d |
Sum of time differences for the elements with a defined target.