| 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
| MinVal | minimum bound for this feature |
| MaxVal | maximum bound for this feature |
| Weight | Relative importance for feature in assigning to a cluster (normal is 1) |
| Label | brief description of feature |
| NumInstances | number of duplicate features to add |