coring.hpp File Reference
Dynamical Coring. More...
#include <list>#include <map>#include <boost/program_options.hpp>
Include dependency graph for coring.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| Clustering | |
| general namespace for clustering package | |
| Clustering::Coring | |
| functions related to dynamical coring | |
Typedefs | |
| typedef std::map< std::size_t, float > | Clustering::Coring::WTDMap |
| store the waiting time distribution for each state with time vs count. | |
Functions | |
| WTDMap | Clustering::Coring::compute_wtd (std::list< std::size_t > streaks) |
| compute the waiting time distribution for single state More... | |
| void | Clustering::Coring::main (boost::program_options::variables_map args) |
| controlling function and user interface for boundary corrections More... | |