# To cite package nTARP in publications use:

bibentry(
  bibtype = "Manual",
  title = "nTARP: Cluster Analysis Using Thresholding After Random Projections (n-TARP)",
  author = c(
    person("David", "Reeping", email = "reepindp@ucmail.uc.edu", role = c("aut", "cre")),
    person("Yunmeng", "Han", email = "hany@ucmail.uc.edu", role = "aut"),
    person("Nahal", "Rashedi", email = "rashednl@mail.uc.edu", role = "rev")
  ),
  year = "2026",
  note = "R package version 0.1.0",
  url = "https://github.com/datareeper/nTARP"
)

# The n-TARP method implemented in this package is based on:

bibentry(
  bibtype = "Article",
  title = "n-TARP Binary Clustering Code",
  author = c(
    person("Tarun", "Yellamraju", role = "aut"),
    person("Mireille", "Boutin", role = "aut")
  ),
  year = "2018",
  journal = "Purdue University Research Repository",
  doi = "10.4231/R74B2ZJV"
)

bibentry(
  bibtype = "PhDThesis",
  title = "n-TARP: A Random Projection Based Method for Supervised and Unsupervised Machine Learning in High Dimensions with Application to Educational Data Analysis",
  author = person("Tarun", "Yellamraju", role = "aut"),
  year = "2019",
  school = "Purdue University Graduate School"
)

bibentry(
  bibtype = "Article",
  title = "Pattern Dependence Detection Using n-TARP Clustering",
  author = c(
    person("Tarun", "Yellamraju", role = "aut"),
    person("Mireille", "Boutin", role = "aut")
  ),
  year = "2018",
  journal = "arXiv preprint",
  note = "arXiv:1806.05297"
)
