Generator of the size of the next point batch.
Multi-piece cache-dirtying object.
Configuration of the single-dimension scaling.
bool scale
Factor of the scaling.
float sdev
Standard deviation.
Storage of the scaled data.
std::vector< ScaleConfig > config
Separate configurations for each dimension.
void update(const TransData &td, FrameStats &frame_stats)
Recomputes the data if any of the config has been touched.
void touch_config()
Notifies Sweeper that the config has been modified and that the data has to be recomputed.
std::vector< float > data
Scaled data in the same format as DataModel::data.
size_t dim() const
Returns dimension of the scaled data.
void reset()
Resets configurations to their initial values.
BatchSizeGen batch_size_gen
A piece of multi-object cache.
void refresh(const Dirts &d)
Force-refresh the whole range.
Storage of the transformed data.