Turn on/off data range out of bounds detection With no bounds detection, a data value that occurs above the max appears to the model as clipped at the max (same for minimum) Clipping detection determines if a value falling outside of the range is variationally significant and triggers a new cluster with sufficient out of bounds values
- Parameters
-
| ClippingOn | True allows for new clusters triggered on values too far outside of range, false clips the minimum/maximum to the range |
- Examples
- full-example.cpp.