boonnano 1
C++ library giving usage access to the Boon Logic Nano technology
 
Loading...
Searching...
No Matches

◆ SetNanoClippingDetection()

void CBoonNano::SetNanoClippingDetection ( bool ClippingOn)

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
ClippingOnTrue allows for new clusters triggered on values too far outside of range, false clips the minimum/maximum to the range
Examples
full-example.cpp.