Description Usage Arguments Value
Takes in the desired initialization parameters,
initializes the vectors needed for the gaussian probability
function gaussian_update
1 2 | gaussian_init(init_params = list(m = 0, k = 0.01, a = 0.01, b = 1e-04),
dims)
|
init_params |
The list of parameters to be used for initialization |
dims |
the dimensionality of the data |
List of vectors to be used in the iteratively updating algorithm of parameters describing the underlying gaussian distribution of the data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.