BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Generator of the size of the next point batch. More...
#include <batch_size_gen.h>
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 |
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.
BatchSizeGen::BatchSizeGen | ( | ) |
size_t BatchSizeGen::next | ( | float | T, |
float | t | ||
) |
Computes size of the next batch.
T | How long the computation lasted in the previous frame. |
t | How long the computation should run in the current frame. |
Definition at line 41 of file batch_size_gen.cpp.
void BatchSizeGen::reset | ( | ) |
Definition at line 33 of file batch_size_gen.cpp.
|
private |
Definition at line 48 of file batch_size_gen.h.
|
private |
Definition at line 49 of file batch_size_gen.h.
|
private |
Definition at line 50 of file batch_size_gen.h.