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

◆ AddFeature() [2/2]

bool CNanoConfigParameters::AddFeature ( float MinVal,
float MaxVal,
uint16_t Weight,
const char * Label = nullptr,
uint16_t NumInstances = 1 )

Add a new feature to the feature vector with the given values This increases the fusion vector length

Parameters
MinValminimum bound for this feature
MaxValmaximum bound for this feature
WeightRelative importance for feature in assigning to a cluster (normal is 1)
Labelbrief description of feature
NumInstancesnumber of duplicate features to add
Returns
True if success, false if fail (see GetErrorMessage for more details)
Examples
base-example.cpp, full-example.cpp, and results.cpp.