ICogModelFeature Weight Property Cognex VisionPro
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
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

double Weight { get; set; }

Property Value

Type: Double
Events

Event TypeReason
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