Sample and Variable Selection: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
No edit summary
imported>Benjamin
mNo edit summary
Line 11: Line 11:
:[[gaselctr]] - Genetic algorithm for variable selection with PLS.
:[[gaselctr]] - Genetic algorithm for variable selection with PLS.
:[[ipls]] - Interval PLS variable selection.
:[[ipls]] - Interval PLS variable selection.
:[[rpls]] - Recursive PLS (and PCR) variable selection.
:[[calibsel]] - Statistical procedure for variable selection.
:[[calibsel]] - Statistical procedure for variable selection.



Revision as of 16:49, 10 January 2018

Sample Selection

distslct - Selects samples on outside of data space.
doptimal - Selects samples based on D-Optimal criteria.
kennardstone - Select a subset of samples from a data set by the Kennard-Stone algorithm.
reducennsamples - Selects a subset of samples by removing nearest neighbors.
stdsslct - Selects data subsets (often for use in standardization).

Variable Selection

fullsearch - Exhaustive Search Algorithm for small problems.
genalg - Genetic Algorithm for Variable Selection.
gaselctr - Genetic algorithm for variable selection with PLS.
ipls - Interval PLS variable selection.
rpls - Recursive PLS (and PCR) variable selection.
calibsel - Statistical procedure for variable selection.

Variable Correlation Analysis

corrmap - Correlation map with variable grouping.
durbin_watson - Criterion for measure of continuity.
super_reduce - Eliminates highly correlated variables.

Related Tools

lamsel - Determines indices of wavelength axes in specified ranges.
specedit - GUI for selecting spectral regions on a plot.
fullsearch - Exhaustive Search Algorithm for small problems.

(Sub topic of Statistics and Editing Preprocessing and Standardization)