NCBI C++ ToolKit
|
Given a set of data points, automatically put them into bins for histogram display. More...
#include <corelib/ncbimisc.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CHistogramBinning |
Given a set of integer data, this will bin the data for use in histograms. More... | |
struct | CHistogramBinning::SBin |
Holds the information about a bin. More... | |
Given a set of data points, automatically put them into bins for histogram display.
If requested, it can even figure out a good number of bins to have.
Definition in file histogram_binning.hpp.