Description Usage Arguments Value
Fits the HMM model for each device using the fit()
function from destim
package. The
computations are done in parallel to reduce the running time using all the available cores. This function creates a
cluster of working nodes, splits the devices equally and assign a partition of devices to each node in the cluster.
For Unix-like operating systems, this functions uses a "FORK" cluster while for Windows it uses a "SOCK" cluster.
1 | getFittedModels(ndevices, model, connections)
|
ndevices |
The number of devices. |
model |
The HMM model returned by |
connections |
A matrix whose elements are the antenna ID where a device is connected at every time instant. This
matrix is returned by |
A vector of fitted model for each device.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.