Skip to content

Commit 5e537ff

Browse files
authored
[ML] Extend lat_long documentation (#111239) (#111267)
Backports the following commits to 8.14: [ML] Extend lat_long documentation ([ML] Extend lat_long documentation #111239)
1 parent 4fa9ec5 commit 5e537ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/reference/ml/anomaly-detection/functions/ml-geo-functions.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ detects anomalies where the geographic location of a credit card transaction is
5252
unusual for a particular customer’s credit card. An anomaly might indicate
5353
fraud.
5454

55+
A "typical" value indicates a centroid of a cluster of previously observed
56+
locations that is closest to the "actual" location at that time. For example,
57+
there may be one centroid near the person's home that is associated with the
58+
cluster of local grocery stores and restaurants, and another centroid near the
59+
person's work associated with the cluster of lunch and coffee places.
60+
5561
IMPORTANT: The `field_name` that you supply must be a single string that
5662
contains two comma-separated numbers of the form `latitude,longitude`, a
5763
`geo_point` field, a `geo_shape` field that contains point values, or a

0 commit comments

Comments
 (0)