Package: SPlit
Type: Package
Title: Split a Dataset for Training and Testing
Version: 1.0
Date: 2021-01-11
Authors@R: 
	c(person("Akhil", "Vakayil", role = c("aut", "cre"), email = "akhilv@gatech.edu"),
	person("Roshan", "Joseph", role = c("aut", "ths")),
	person("Simon", "Mak", role = "aut"))
Description: Procedure to optimally split a dataset for training and testing. 
    'SPlit' is based on the method of support points, which is independent of modeling methods.
    Please see Joseph and Vakayil (2020) <arXiv:2012.10945> for details.
    This work is supported by U.S. National Science Foundation grant CBET-1921873.
LazyData: TRUE
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.4)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.0
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2021-01-19 20:13:32 UTC; akhil
Author: Akhil Vakayil [aut, cre],
  Roshan Joseph [aut, ths],
  Simon Mak [aut]
Maintainer: Akhil Vakayil <akhilv@gatech.edu>
Repository: CRAN
Date/Publication: 2021-01-22 08:30:05 UTC
