ratschillerp opened a new pull request #1497: URL: https://github.com/apache/systemds/pull/1497
[SYSTEMDS-3150] Outlier Detection via DBSCAN This feature implements the outlier detection/prediction using a DBScan model. The existing dbscan builtin is extended by returning a model which contains only the cluster members as the points coordinates. The builtin function is called outlierByDB and takes an Xtest matrix, a model which is returned from the existing dbscan builtin and eps as parameters. It is used to find outliers from newly generated data inside an existing cluster model. Points are considered outliers if they are not within the eps distance of at least one member in a cluster. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org