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

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...
 

Detailed Description

CodeTreeNode: Each node in a fitted CodeTree.

Member Data Documentation

◆ child

ChildIndex reels::CodeTreeNode::child

A map of children by code (key) to index in the CodeTree.

◆ n_seen

uint64_t reels::CodeTreeNode::n_seen

The number of clips that visited the node (target and no target).

◆ n_target

uint64_t reels::CodeTreeNode::n_target

The number of clips that visited the node with the target.

◆ sum_time_d

ExtFloat reels::CodeTreeNode::sum_time_d

Sum of time differences for the elements with a defined target.


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