Learn R Programming

rEMM (version 0.1-2)

EMMLayer-class: Class "EMMLayer"

Description

Representation of the temporal structure of a data stream clustering using a extensible Markov model.

Arguments

Objects from the Class

No objects are created from this class. It is extended by the class "EMM" to build the Extensible Markov Model.

References

M.H. Dunham, Y. Meng, J. Huang (2004): Extensible Markov Model, In: ICDM '04: Proceedings of the Fourth IEEE International Conference on Data Mining, pp. 371--374.

See Also

Look transition, transition_matrix and initial_transition to access the transition information in the EMM. predict is used to predict future states of an EMM. EMM extends "EMMLayer".