Learn R Programming

rEMM (version 0.1-2)

tNN-class: Class "tNN"

Description

Implements the threshold Nearest Neighbor clustering algorithm used by EMM.

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

find_states to find the nearest neighbor state for given data points. EMM extends "tNN".