View source: R/register_optics.R
| register_optics | R Documentation |
Use ordering points to identify the clustering structure (OPTICS) for seriate().
register_optics()
Registers the method "optics" for seriate(). This method applies
the OPTICS ordering algorithm implemented in dbscan::optics() to create an ordering.
Note: Package dbscan needs to be installed.
Nothing.
Mihael Ankerst, Markus M. Breunig, Hans-Peter Kriegel, Joerg Sander (1999). OPTICS: Ordering Points To Identify the Clustering Structure. ACM SIGMOD international conference on Management of data, ACM Press, pp. 49-60. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1145/304181.304187")}
dbscan::optics().
Other seriation:
register_DendSer(),
register_GA(),
register_smacof(),
register_tsne(),
register_umap(),
registry_for_seriation_methods,
seriate(),
seriate_best()
## Not run:
register_optics()
get_seriation_method("dist", "optics")
d <- dist(random.robinson(50, pre=TRUE, noise=.1))
o <- seriate(d, method = "optics")
pimage(d, o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.