[DOCS] Fixed typo in count function
Original commit: elastic/x-pack-elasticsearch@34c821796b
This commit is contained in:
parent
8484680007
commit
723dd49905
|
@ -17,7 +17,7 @@ The {xpackml} features include the following count functions:
|
||||||
|
|
||||||
* xref:ml-count[`count`, `high_count`, `low_count`]
|
* xref:ml-count[`count`, `high_count`, `low_count`]
|
||||||
* xref:ml-nonzero-count[`non_zero_count`, `high_non_zero_count`, `low_non_zero_count`]
|
* xref:ml-nonzero-count[`non_zero_count`, `high_non_zero_count`, `low_non_zero_count`]
|
||||||
* xref:ml-distinct-count[`distinct_count`, high_distinct_count`, `low_distinct_count`]
|
* xref:ml-distinct-count[`distinct_count`, `high_distinct_count`, `low_distinct_count`]
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
[[ml-count]]
|
[[ml-count]]
|
||||||
|
|
Loading…
Reference in New Issue