Package: Rdimtools
Type: Package
Title: Dimension Reduction and Estimation Methods
Version: 0.1.1
Authors@R: c(person("Kisung", "You", role = c("aut", "cre"),
                     email = "kyou@nd.edu"),
              person("Donggun", "Kim", role = "aut", 
              email = "dgkim5360@gmail.com"),
              person("Yoon Mo", "Jung", role = "rev", 
              email = "yoonmojung@skku.edu"))
Description: We provide a rich collection of linear and nonlinear
    dimension reduction techniques implemented using 'RcppArmadillo'.
    The question on what we should use as the target dimension is
    addressed by intrinsic dimension estimation methods introduced as well.
    For more details on dimensionality techniques, see the paper by
    Ma and Zhu (2013) <doi:10.1111/j.1751-5823.2012.00182.x> if you are interested in
    statistical approach, or Engel, Huttenberger, and Hamann (2012)
    <doi:10.4230/OASIcs.VLUDS.2011.135> for a broader cross-disciplinary overview.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.12), graphics, stats, Rtsne, Rcsdp
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-09-24 05:32:36 UTC; kisung
Author: Kisung You [aut, cre],
  Donggun Kim [aut],
  Yoon Mo Jung [rev]
Maintainer: Kisung You <kyou@nd.edu>
Repository: CRAN
Date/Publication: 2017-09-24 06:40:29 UTC
