Click or drag to resize

DeviceConfidence Property

A number representing the confidence that the DeviceId refers to a unique device as opposed to a cluster of similar devices. A confidence of 0.01 indicates very low confidence that the device is unique, whereas 99 indicates very high confidence.

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Nullable<double> Confidence { get; }

Property Value

Type: NullableDouble
See Also