From ef0e7466b1befe71d8a7184477d84b49fecc16db Mon Sep 17 00:00:00 2001 From: Leonardo Ramirez-Lopez Date: Thu, 20 Apr 2023 21:43:25 +0200 Subject: [PATCH 1/2] doc(): change from data set to dataset --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d8fd52..e6dcf56 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ example, the `mbl()` function now allows sample spiking, where a set of reference observations can be forced to be included in the neighborhhoods of each sample to be predicted. The `serach_neighbors()` function efficiently retrieves from a refence set the k-nearest -neighbors of another given data set. The `dissimilarity()` function +neighbors of another given dataset. The `dissimilarity()` function computes dissimilarity matrices based on various metrics. ## Installation @@ -168,7 +168,7 @@ first the basic input data: predictor variables) and Yr represents a response variable corresponding to Xr. -- **Prediction set** : Data set with *m* samples where the response +- **Prediction set** : Dataset with *m* samples where the response variable (Yu) is unknown. However it can be predicted by applying a spectral model (calibrated by using Xr and Yr) on the spectra of these samples (Xu). From c2b0908e8e98574b96fdb55ec9bd7f1a177d682a Mon Sep 17 00:00:00 2001 From: Leonardo Ramirez-Lopez Date: Thu, 20 Apr 2023 21:45:28 +0200 Subject: [PATCH 2/2] doc89: change from data set to dataset --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index ca18aba..2a34072 100644 --- a/README.Rmd +++ b/README.Rmd @@ -52,7 +52,7 @@ principal component analysis or partial least squares (a.k.a projection to latent structures). __`search_neighbors`__: A function to efficiently retrieve from a reference set -the k-nearest neighbors of another given data set. +the k-nearest neighbors of another given dataset. ## New version During the recent lockdown we invested some of our free time to come up diff --git a/README.md b/README.md index e6dcf56..891f02d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ either principal component analysis or partial least squares (a.k.a projection to latent structures). **`search_neighbors`**: A function to efficiently retrieve from a -reference set the k-nearest neighbors of another given data set. +reference set the k-nearest neighbors of another given dataset. ## New version