File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
docs/reference/ml/anomaly-detection/functions Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,12 @@ detects anomalies where the geographic location of a credit card transaction is
52
52
unusual for a particular customer’s credit card. An anomaly might indicate
53
53
fraud.
54
54
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
+
55
61
IMPORTANT: The `field_name` that you supply must be a single string that
56
62
contains two comma-separated numbers of the form `latitude,longitude`, a
57
63
`geo_point` field, a `geo_shape` field that contains point values, or a
You can’t perform that action at this time.
0 commit comments