Description Usage Arguments Value
Useful for tuning hyperparameters: d, k, sigma.
1 | MParzenANLL(Y, X, d, k, sigma)
|
Y |
Matrix of test data, n columns. |
X |
Matrix of training data, n columns. |
d |
Dimension of manifold. |
k |
Number of nearest neighbors to use in local covariance analysis. |
sigma |
Maximum noise level added to the normal space of each kernel, i.e. marginal standard deviation of an isotropic Gaussian. Should be greater than zero. |
Average negative log likelihood of the test data given the MParzen model on the training data and the hyperparameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.