Description
Implements the threshold Nearest Neighbor clustering algorithm
used by EMM.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".