Description Usage Arguments Value Examples
This function initializes the ocpd object. It returns an ocpd object with no data, but matrixes and vectors set up to begin adding to throughout the running of the algorithm.
1 2 | initOCPD(dims, init_params = list(list(m = 0, k = 0.01, a = 0.01, b =
1e-04)), initProb = c(gaussian_init))
|
dims |
The dimensions calculated from the first input data points. |
init_params |
The list of params required to initialize the underlying distribution model. |
initProb |
The chosen type of underlying distribution. |
oCPD object initialized with initialization settings.
1 | empty_ocpd<- initOCPD(1) # initialize bject with 1 dimensions
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.