Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Resolved
-
None
-
None
-
None
Description
Currently the knnRegress function calculates the prediction by averaging the outcomes from the k nearest neighbors. The robust flag wil cause the knnRegression function to calculate the prediction by taking the median of the outcomes of the k nearest neighbors. This will be useful when using knnRegression for anomaly detection.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10784 Streaming Expressions machine learning functions library
- Resolved