Jump to content

Talk:OPTICS algorithm

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by GreenC bot (talk | contribs) at 15:11, 7 February 2019 (Add {{reflist-talk}} to #Is the algorithm correct? (via reftalk bot)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

WikiProject iconStatistics C‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Statistics, a collaborative effort to improve the coverage of statistics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
CThis article has been rated as C-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the importance scale.

Pseudocode

The pseudocode in the article contains sentence "output p to the ordered list". Does the ordered list means a cluster? — Preceding unsigned comment added by 158.193.100.8 (talk) 18:49, 7 November 2018 (UTC)[reply]

Reference to broken DOI

A reference was recently added to this article using the Cite DOI template. The citation bot tried to expand the citation, but could not access the specified DOI. Please check that the DOI doi:10.1007/b72280 has been correctly entered. If the DOI is correct, it is possible that it has not yet been entered into the CrossRef database. Please complete the reference by hand here. The script that left this message was unable to track down the user who added the citation; it may be prudent to alert them to this message. Thanks, Citation bot 2 (talk) 11:36, 4 May 2010 (UTC)[reply]

Done: DOI given by Springer was for the whole book, not just the chapter. Manual "cite book" now. --Chire2 (talk) 11:47, 4 May 2010 (UTC)[reply]

Is there anybody who could understand the essence of the algorithm with help of the explanation given in this article?

37.110.18.166 (talk) 17:48, 10 March 2014 (UTC)[reply]

Is the algorithm correct?

At no point in the algorithm is the property core-distance actually set to a non-undefined value. [1] suggests that this should happen when the seed-points are marked as processed. (i.e. after "mark q as processed") — Preceding unsigned comment added by Completely unique username (talkcontribs) 16:20, 5 February 2016 (UTC)[reply]

The function core-distance(q, eps, Minpts) can return UNDEFINED. It is not given in pseudo-code. Chire (talk) 12:35, 8 February 2016 (UTC)[reply]

References