Learn R Programming

rEMM (version 1.0-5)

tNN-class: Class "tNN"

Description

Implements the threshold Nearest Neighbor clustering algorithm used by EMM.

Arguments

Objects from the Class

Objects can be created with new() or by the creator function tNN.

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

cluster for adding new data to the clustering. find_clusters to find the nearest neighbor cluster for given data points. EMM extends "tNN".