Description Usage Arguments Value
Ridge Estimation
1 2 3 4 5 6 7 8 9 10 11 | estimateRidge(
X0,
d,
sigma,
minCos = 0.05,
omega = 1,
maxStep = NULL,
maxIter = 100L,
returnV = FALSE,
silent = FALSE
)
|
X0 |
Initial data.table, N-by-n. |
d |
Dimension of density ridge. |
sigma |
KDE bandwidth for SCMS. |
omega |
Stepsize relaxation factor, default to 1. |
returnV |
Whether to return the eigenvector at ridge; an (n,n,N) array. |
Data.table of estimated density ridge.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.