Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct density

boost::accumulators::tag::density

Synopsis

struct density :
  public boost::accumulators::depends_on< Feature1, Feature2, >
{
  static boost::parameter::keyword< density_cache_size > const cache_size;
  static boost::parameter::keyword< density_num_bins > const num_bins;
};

PrevUpHomeNext