|
Docs
|
Structure to hold statistics for each cluster. More...
#include <continuos_cache.hpp>
Public Attributes | |
| int | n = 0 |
| double | sum = 0.0 |
| double | sumsq = 0.0 |
Structure to hold statistics for each cluster.
Contains the count of observations, sum, and sum of squares of continuous covariates in the cluster.
| int ContinuosCache::ClusterStats::n = 0 |
| double ContinuosCache::ClusterStats::sum = 0.0 |
| double ContinuosCache::ClusterStats::sumsq = 0.0 |