DSAM: Data Splitting Algorithms for Model Developments

Providing six different algorithms that can be used to split the available data into training, test and validation subsets with similar distribution for hydrological model developments. The dataSplit() function will help you divide the data according to specific requirements, and you can refer to the par.default() function to set the parameters for data splitting. The getAUC() function will help you measure the similarity of distribution features between the data subsets. For more information about the data splitting algorithms, please refer to: Chen et al. (2022) <doi:10.1016/j.jhydrol.2022.128340>, Zheng et al. (2022) <doi:10.1029/2021WR031818>.

Version: 1.0.2
Depends: R (≥ 2.10)
Imports: caret, kohonen, Matrix, pROC, stats, utils, xgboost
Published: 2024-01-29
Author: Feifei Zheng [aut, ths], Junyi Chen ORCID iD [aut, cre]
Maintainer: Junyi Chen <jun1chen at zju.edu.cn>
BugReports: https://github.com/lark-max/DSAM/issues
License: MIT + file LICENSE
URL: https://github.com/lark-max/DSAM
NeedsCompilation: no
Materials: README NEWS
CRAN checks: DSAM results

Documentation:

Reference manual: DSAM.pdf

Downloads:

Package source: DSAM_1.0.2.tar.gz
Windows binaries: r-devel: DSAM_1.0.2.zip, r-release: DSAM_1.0.2.zip, r-oldrel: DSAM_1.0.2.zip
macOS binaries: r-release (arm64): DSAM_1.0.2.tgz, r-oldrel (arm64): DSAM_1.0.2.tgz, r-release (x86_64): DSAM_1.0.2.tgz, r-oldrel (x86_64): DSAM_1.0.2.tgz
Old sources: DSAM archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=DSAM to link to this page.