ClusterParams Struct ReferenceΒΆ

adc_cpp: pops::ClusterParams Struct Reference
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
pops::ClusterParams Struct Reference

Berger-Rigoutsos clustering parameters (configuration object). More...

#include <cluster.hpp>

+ Collaboration diagram for pops::ClusterParams:

Public Attributes

double min_efficiency = 0.7
 efficiency threshold (tagged fraction) to accept a box.
 
int min_box_size = 1
 minimal size of a box; bounds the admissible cuts.
 
int max_box_size = 32
 max size of a box; accepted boxes are chopped to this size.
 

Detailed Description

Berger-Rigoutsos clustering parameters (configuration object).

Member Data Documentation

◆ max_box_size

int pops::ClusterParams::max_box_size = 32

max size of a box; accepted boxes are chopped to this size.

◆ min_box_size

int pops::ClusterParams::min_box_size = 1

minimal size of a box; bounds the admissible cuts.

◆ min_efficiency

double pops::ClusterParams::min_efficiency = 0.7

efficiency threshold (tagged fraction) to accept a box.


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