Package: rEMM
Version: 1.2.1
Date: 2024-04-21
Title: Extensible Markov Model for Modelling Temporal Relationships
        Between Clusters
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
	    email = "mhahsler@lyle.smu.edu",
	    comment = c(ORCID = "0000-0003-2716-1405")),
	person("Margaret H.", "Dunham", role = c("ctb")))
Description: Implements TRACDS (Temporal Relationships 
    between Clusters for Data Streams), a generalization of 
    Extensible Markov Model (EMM). TRACDS adds a temporal or order model
    to data stream clustering by superimposing a dynamically adapting
    Markov Chain. Also provides an implementation of EMM (TRACDS on top of tNN 
    data stream clustering). Development of this 
    package was supported in part by NSF IIS-0948893 and R21HG005912 from 
    the National Human Genome Research Institute. Hahsler and Dunham (2010) <doi:10.18637/jss.v035.i05>.
Classification/ACM: G.4, H.2.8, I.5.1
URL: https://github.com/mhahsler/rEMM
Depends: R (>= 2.10.0)
Imports: methods, stats, stream, cluster, clusterGeneration, MASS,
        utils, proxy, igraph
Suggests: graph, Rgraphviz, testthat
License: GPL-2
NeedsCompilation: no
Packaged: 2024-04-21 22:25:31 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph]
    (<https://orcid.org/0000-0003-2716-1405>),
  Margaret H. Dunham [ctb]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2024-04-21 23:03:06 UTC
Built: R 4.6.0; ; 2025-08-18 07:52:29 UTC; unix
