Docs
Loading...
Searching...
No Matches
ContinuosCache::ClusterStats Struct Reference

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

Detailed Description

Structure to hold statistics for each cluster.

Contains the count of observations, sum, and sum of squares of continuous covariates in the cluster.

Member Data Documentation

◆ n

int ContinuosCache::ClusterStats::n = 0

◆ sum

double ContinuosCache::ClusterStats::sum = 0.0

◆ sumsq

double ContinuosCache::ClusterStats::sumsq = 0.0

The documentation for this struct was generated from the following file: