BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Member Functions | Public Attributes | List of all members
FrameStats Struct Reference

#include <frame_stats.h>

Collaboration diagram for FrameStats:
Collaboration graph
[legend]

Public Member Functions

void start_frame ()
 
void end_frame ()
 
void add_const_time ()
 
void store_time (float &to)
 
void reset (float &t)
 
void update_times ()
 Compute durations of the estimation batch sizes computations. More...
 

Public Attributes

float trans_t = 0.00001f
 
float embedsom_t = 0.00001f
 
float scaled_t = 0.00001f
 
float color_t = 0.00001f
 
Timer timer
 
float trans_duration = 5.0f
 
float embedsom_duration = 5.0f
 
float scaled_duration = 5.0f
 
float color_duration = 5.0f
 
float constant_time = 0.0f
 
float est_time = 0.1f
 
float embed_priority = 0.05f
 
float color_priority = 0.05f
 
float trans_priority = 0.45f
 
float scaled_priority = 0.45f
 

Detailed Description

Definition at line 27 of file frame_stats.h.

Member Function Documentation

◆ add_const_time()

void FrameStats::add_const_time ( )
inline

Definition at line 73 of file frame_stats.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ end_frame()

void FrameStats::end_frame ( )
inline

Definition at line 64 of file frame_stats.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reset()

void FrameStats::reset ( float &  t)
inline

Definition at line 85 of file frame_stats.h.

Here is the caller graph for this function:

◆ start_frame()

void FrameStats::start_frame ( )
inline

Definition at line 58 of file frame_stats.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ store_time()

void FrameStats::store_time ( float &  to)
inline

Definition at line 79 of file frame_stats.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ update_times()

void FrameStats::update_times ( )
inline

Compute durations of the estimation batch sizes computations.

Definition at line 91 of file frame_stats.h.

Here is the caller graph for this function:

Member Data Documentation

◆ color_duration

float FrameStats::color_duration = 5.0f

Definition at line 43 of file frame_stats.h.

◆ color_priority

float FrameStats::color_priority = 0.05f

Definition at line 54 of file frame_stats.h.

◆ color_t

float FrameStats::color_t = 0.00001f

Definition at line 33 of file frame_stats.h.

◆ constant_time

float FrameStats::constant_time = 0.0f

Definition at line 48 of file frame_stats.h.

◆ embed_priority

float FrameStats::embed_priority = 0.05f

Definition at line 53 of file frame_stats.h.

◆ embedsom_duration

float FrameStats::embedsom_duration = 5.0f

Definition at line 41 of file frame_stats.h.

◆ embedsom_t

float FrameStats::embedsom_t = 0.00001f

Definition at line 31 of file frame_stats.h.

◆ est_time

float FrameStats::est_time = 0.1f

Definition at line 51 of file frame_stats.h.

◆ scaled_duration

float FrameStats::scaled_duration = 5.0f

Definition at line 42 of file frame_stats.h.

◆ scaled_priority

float FrameStats::scaled_priority = 0.45f

Definition at line 56 of file frame_stats.h.

◆ scaled_t

float FrameStats::scaled_t = 0.00001f

Definition at line 32 of file frame_stats.h.

◆ timer

Timer FrameStats::timer

Definition at line 35 of file frame_stats.h.

◆ trans_duration

float FrameStats::trans_duration = 5.0f

Definition at line 40 of file frame_stats.h.

◆ trans_priority

float FrameStats::trans_priority = 0.45f

Definition at line 55 of file frame_stats.h.

◆ trans_t

float FrameStats::trans_t = 0.00001f

Definition at line 30 of file frame_stats.h.


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