Template Class range¶
Defined in File ecdf.hpp
Inheritance Relationships¶
Derived Types¶
public ioh::logger::range_linear< R >(Template Class range_linear)public ioh::logger::range_log< R >(Template Class range_log)
Class Documentation¶
-
template<class
R>
classioh::logger::range¶ Interface for classes that computes indices from ranges.
The idea is to input [min,max] && the discretization size && to compute the position in [0,size] of any value in [min,max].
Used in ecdf.
Subclassed by ioh::logger::range_linear< R >, ioh::logger::range_log< R >