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

◆ SetParameters()

bool CNanoConfigParameters::SetParameters ( uint16_t NumericFormat,
float PercentVariation,
uint16_t StreamingWindowSize )

Set single value parameters for the config

Parameters
NumericFormatdata type can be one of uint16, int16, float32
PercentVariationallowed amount of variation within a cluster (between 0.001 and 0.2 to be read 0.1% to 20% variation)
StreamingWindowSizeNumber of fusion vectors to use in one pattern
Returns
True if success, false if fail (see GetErrorMessage for more details)
Examples
base-example.cpp, full-example.cpp, and results.cpp.