datanugget: Create, and Refine Data Nuggets

Creating, and refining data nuggets. Data nuggets reduce a large dataset into a small collection of nuggets of data, each containing a center (location), weight (importance), and scale (variability) parameter. Data nugget centers are created by choosing observations in the dataset which are as equally spaced apart as possible. Data nugget weights are created by counting the number observations closest to a given data nugget’s center. We then say the data nugget 'contains' these observations and the data nugget center is recalculated as the mean of these observations. Data nugget scales are created by calculating the trace of the covariance matrix of the observations contained within a data nugget divided by the dimension of the dataset. Data nuggets are refined by 'splitting' data nuggets which have scales or shapes (defined as the ratio of the two largest eigenvalues of the covariance matrix of the observations contained within the data nugget) Reference paper: [1] Cherasia, K. E., Cabrera, J., Fernholz, L. T., & Fernholz, R. (2022). Data Nuggets in Supervised Learning. \emph{In Robust and Multivariate Statistical Methods: Festschrift in Honor of David E. Tyler} (pp. 429-449). Cham: Springer International Publishing. [2] Beavers, T., Cheng, G., Duan, Y., Cabrera, J., Lubomirski, M., Amaratunga, D., Teigler, J. (2023). Data Nuggets: A Method for Reducing Big Data While Preserving Data Structure (Submitted for Publication).

Version: 1.2.4
Depends: R (≥ 4.0), doSNOW (≥ 1.0.16), foreach (≥ 1.5.1), parallel (≥ 4.0.5), Rfast (≥ 2.0.7)
Published: 2023-11-28
Author: Yajie Duan [cre, ctb], Traymon Beavers [aut], Javier Cabrera [aut], Ge Cheng [aut], Kunting Qi [aut], Mariusz Lubomirski [aut]
Maintainer: Yajie Duan <yajieritaduan at gmail.com>
License: GPL-2
NeedsCompilation: no
CRAN checks: datanugget results

Documentation:

Reference manual: datanugget.pdf

Downloads:

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

Reverse dependencies:

Reverse depends: WCluster

Linking:

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