#include "common.hpp"
#include "common/log.h"
#include "io/output/normal/BufferedNormalOutput.hpp"
#include <iostream>
#include <vector>
Include dependency graph for StatOutput.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | StatOutput< OUTPUT, VERBOSE > |
class | StatOutput< OUTPUT, VERBOSE >::params_t |
class | LStatOutput< OUTPUT > |
This class is a simplifies StatOutput, i.e. More... |
StatOutput is actually a wrapper aroud an output manager (that has to implement OutputBase interface). StatOutput blindly collects the length distribution of outputted frequent itemsets and writes the histogram to the standard error upon destruction.
Definition in file StatOutput.hpp.