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

Generator of the size of the next point batch. More...

#include <batch_size_gen.h>

Collaboration diagram for BatchSizeGen:
Collaboration graph
[legend]

Public Member Functions

 BatchSizeGen ()
 
void reset ()
 
size_t next (float T, float t)
 Computes size of the next batch. More...
 

Private Attributes

Estimator estimator
 
size_t N
 
float prevT
 

Detailed Description

Generator of the size of the next point batch.

It implements MLEM algorithm described in the thesis text.

Definition at line 31 of file batch_size_gen.h.

Constructor & Destructor Documentation

◆ BatchSizeGen()

BatchSizeGen::BatchSizeGen ( )

Definition at line 27 of file batch_size_gen.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ next()

size_t BatchSizeGen::next ( float  T,
float  t 
)

Computes size of the next batch.

Parameters
THow long the computation lasted in the previous frame.
tHow long the computation should run in the current frame.
Returns
size_t

Definition at line 41 of file batch_size_gen.cpp.

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

◆ reset()

void BatchSizeGen::reset ( )

Definition at line 33 of file batch_size_gen.cpp.

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

Member Data Documentation

◆ estimator

Estimator BatchSizeGen::estimator
private

Definition at line 48 of file batch_size_gen.h.

◆ N

size_t BatchSizeGen::N
private

Definition at line 49 of file batch_size_gen.h.

◆ prevT

float BatchSizeGen::prevT
private

Definition at line 50 of file batch_size_gen.h.


The documentation for this class was generated from the following files: