Description Usage Arguments Value References See Also
Hierarchical clustering based on the estimated density gradient
1 | QuickShift(x, n, d = NULL, k = NULL, ...)
|
x |
numeric matrix representing multivariate data where rows = observations and columns = measurement conditions. |
n |
desired number of clusters. |
d |
numeric vector representing a density estimation at each observation. |
k |
number of nearest neighbors for density estimation (used only when argument
|
... |
optional arguments passed to the QuickShiftAlgorithm or QuickShiftClusters functions. |
This function returns a list with the following elements:
membership |
vector of integers in [1, |
csizes |
number of observations in each cluster. |
nclust |
number of clusters. |
And optionally:
graph |
the QuickShift graph (see QuickShiftAlgorithm). |
Vedaldi A., Soatto S. (2008) Quick Shift and Kernel Methods for Mode Seeking. In: Forsyth D., Torr P., Zisserman A. (eds) Computer Vision – ECCV 2008. ECCV 2008. Lecture Notes in Computer Science, vol 5305. Springer, Berlin, Heidelberg http://dx.doi.org/10.1007/978-3-540-88693-8_52
QuickShiftAlgorithm, QuickShiftClusters, knn_density
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.