|
CNum 0.2.1
CPU-optimized ML library for C++
|
Contains bins and the ranges of values they represent. More...
#include <Data.h>
Public Member Functions | |
| Shelf () | |
| Shelf (size_t nb) | |
| Shelf & | operator= (Shelf &&other) |
Public Attributes | |
| size_t | num_bins |
| std::unique_ptr< Bin[]> | bins |
| std::unique_ptr< double[]> | ranges |
Contains bins and the ranges of values they represent.
|
inline |
|
inline |
| std::unique_ptr<Bin[]> CNum::Data::Shelf::bins |
| size_t CNum::Data::Shelf::num_bins |
| std::unique_ptr<double[]> CNum::Data::Shelf::ranges |