Returns/sets the weight of this feature. The weight of a feature determines its relative importance compared to other features of the model. The weight defaults to 1.0.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: DoubleImplements
ICogModelFeature WeightEvents
| Event Type | Reason |
|---|---|
| CogModelFeatureChanged | Fires when the weight changes. The following state flag may be affected: |
Remarks
Sets or gets the weight of this feature. The weight of a feature determines its relative importance compared to other features of the model.
Default Value: 1.0
See Also