| CFeatureConfig::CFeatureConfig | ( | float | MinVal = -1, |
| float | MaxVal = -1, | ||
| uint16_t | Weight = 1, | ||
| const char * | Label = nullptr ) |
Initialize the feature config with given values
| MinVal | minimum bound for this feature (does not need to be absolute minimum) |
| MaxVal | maximum bound for this feature (does not need to be absolute maximum) |
| Weight | Relative importance for feature in assigning to a cluster (normal is 1) |
| Label | feature name for documentation purposes that briefly describes the feature |