|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Statistics from the untransformed dataset. More...
#include <trans_data.h>


Public Member Functions | |
| void | update (const DataModel &dm) |
| Recomputes the statistics if the input data changed. More... | |
Public Member Functions inherited from Cleaner | |
| Cleaner () | |
| bool | dirty (const Dirt &d) |
| Returns true if the cache needs to be refreshed. More... | |
| void | clean (const Dirt &d) |
| Call this when the cache is refreshed. More... | |
Public Member Functions inherited from Dirt | |
| Dirt () | |
| void | touch () |
| Make the cache dirty. More... | |
Public Attributes | |
| std::vector< float > | means |
| Array containing means for each dimension. More... | |
| std::vector< float > | sds |
| Array containing standard deviations for each dimension. More... | |
Public Attributes inherited from Cleaner | |
| int | cleaned |
Public Attributes inherited from Dirt | |
| int | dirt |
Statistics from the untransformed dataset.
Pipeline part that gets preliminary statistics for use in later processes, esp. transformations and parameter guessing.
Definition at line 35 of file trans_data.h.
| void RawDataStats::update | ( | const DataModel & | dm | ) |
Recomputes the statistics if the input data changed.
| dm | Original data parsed from the input file. |
Definition at line 24 of file trans_data.cpp.


| std::vector<float> RawDataStats::means |
Array containing means for each dimension.
Definition at line 40 of file trans_data.h.
| std::vector<float> RawDataStats::sds |
Array containing standard deviations for each dimension.
Definition at line 42 of file trans_data.h.