\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline

fiftyone.devicedetection.hash.engine.onpremise.flowelements.Constants.MatchMetrics Class Reference

Static Public Attributes

static final String  CATEGORY = "Device Metrics"
static final String  MATCHED_NODES = "MatchedNodes"
static final String  DIFFERENCE = "Difference"
static final String  DRIFT = "Drift"
static final String  DEVICE_ID = "DeviceId"
static final String  USER_AGENTS = "UserAgents" static final String  METHOD = "Method" static final String  ITERATIONS = "Iterations" static final String  MATCHED_NODES_DESCRIPTION static final String  DIFFERENCE_DESCRIPTION static final String  DRIFT_DESCRIPTION static final String  DEVICE_ID_DESCRIPTION static final String  USER_AGENTS_DESCRIPTION = "The matched User-Agents." static final String  METHOD_DESCRIPTION static final String  ITERATIONS_DESCRIPTION

Member Data Documentation

◆ DEVICE_ID_DESCRIPTION

final String fiftyone.devicedetection.hash.engine.onpremise.flowelements.Constants.MatchMetrics.DEVICE_ID_DESCRIPTION
static
Initial value:
= "Consists of four components " +
"separated by a hyphen symbol: Hardware-Platform-Browser-IsCrawler " +
"where each Component represents an ID of the corresponding Profile."

◆ DIFFERENCE_DESCRIPTION

final String fiftyone.devicedetection.hash.engine.onpremise.flowelements.Constants.MatchMetrics.DIFFERENCE_DESCRIPTION
static
Initial value:
= "Used when detection method " +
"is not Exact or None. This is an integer value and the larger the " +
"value the less confident the detector is in this result."

◆ DRIFT_DESCRIPTION

final String fiftyone.devicedetection.hash.engine.onpremise.flowelements.Constants.MatchMetrics.DRIFT_DESCRIPTION
static
Initial value:
= "Total difference in character " +
"positions where the substrings hashes were found away from where " +
"they were expected."

◆ ITERATIONS_DESCRIPTION

final String fiftyone.devicedetection.hash.engine.onpremise.flowelements.Constants.MatchMetrics.ITERATIONS_DESCRIPTION
static
Initial value:
= "The number of iterations " +
"carried out in order to find a match. This is the number of nodes " +
"in the graph which have been visited."

◆ MATCHED_NODES_DESCRIPTION

final String fiftyone.devicedetection.hash.engine.onpremise.flowelements.Constants.MatchMetrics.MATCHED_NODES_DESCRIPTION
static
Initial value:
= "Indicates the number of " +
"hash nodes matched within the evidence."

◆ METHOD_DESCRIPTION

final String fiftyone.devicedetection.hash.engine.onpremise.flowelements.Constants.MatchMetrics.METHOD_DESCRIPTION
static
Initial value:
= "Provides information about " +
"the algorithm that was used to perform detection for a particular " +
"User-Agent."
On This Page