|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
#include <estimator.h>
Public Member Functions | |
| Estimator () | |
| void | process_measurement (size_t n, float t) |
| std::tuple< float, float > | get_estimate () |
| void | reset () |
Private Attributes | |
| float | a |
| float | b |
| float | c |
| float | d |
| float | e |
| float | f |
| float | alpha |
| float | coalpha |
Definition at line 26 of file estimator.h.
| Estimator::Estimator | ( | ) |
| std::tuple< float, float > Estimator::get_estimate | ( | ) |
| void Estimator::process_measurement | ( | size_t | n, |
| float | t | ||
| ) |
| void Estimator::reset | ( | ) |
|
private |
Definition at line 35 of file estimator.h.
|
private |
Definition at line 41 of file estimator.h.
|
private |
Definition at line 36 of file estimator.h.
|
private |
Definition at line 37 of file estimator.h.
|
private |
Definition at line 42 of file estimator.h.
|
private |
Definition at line 38 of file estimator.h.
|
private |
Definition at line 39 of file estimator.h.
|
private |
Definition at line 40 of file estimator.h.