|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Multi-piece cache-dirtying object. More...
#include <dirty.h>


Public Member Functions | |
| Dirts (size_t n=0) | |
| Number of objects that should be cached. More... | |
Public Member Functions inherited from Dirt | |
| Dirt () | |
| void | touch () |
| Make the cache dirty. More... | |
Public Attributes | |
| size_t | n |
Public Attributes inherited from Dirt | |
| int | dirt |
Multi-piece cache-dirtying object.
This is to be inherited into data objects that are cached elsewhere, but have more parts that may be transformed independently. Use with Sweeper.
User structures are responsible for filling in n correctly.
|
inline |