Skip to content

Commit

Permalink
Merge pull request #48 from l-ramirez-lopez/2.2.2
Browse files Browse the repository at this point in the history
2.2.2
  • Loading branch information
l-ramirez-lopez committed Apr 20, 2023
2 parents 75f1c7c + c2b0908 commit 929f60a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 929f60a

Please sign in to comment.