Demonstration Datasets: Difference between revisions
Jump to navigation
Jump to search
imported>Donal |
imported>Donal |
||
Line 12: | Line 12: | ||
|arch || ARCH Archeological artifact data set for PCA amd SIMCA examples. | |arch || ARCH Archeological artifact data set for PCA amd SIMCA examples. | ||
|- | |- | ||
|biscuit || | |biscuit || NIR reflectance spectra of 40 samples of biscuit dough from 1200-2398nm.. | ||
|- | |- | ||
|brain_weight || | |brain_weight || Body mass (kg) and brain mass (g) for 28 animals. | ||
|- | |- | ||
|bread || Sensory evaluation of breads. | |bread || Sensory evaluation of breads. | ||
|- | |- | ||
|cancer || | |cancer || Fluorescence EEM spectra extracted from cervical cancer images. | ||
|- | |- | ||
|data_mid_IR || | |data_mid_IR || Data sets for correlation spectroscopy. | ||
|- | |- | ||
|data_near_IR || | |data_near_IR || Data sets for correlation spectroscopy. | ||
|- | |- | ||
|dorrit || DORRIT EEM of 27 samples with 4 flourophores for PARAFAC. | |dorrit || DORRIT EEM of 27 samples with 4 flourophores for PARAFAC. |
Revision as of 12:42, 27 September 2012
List of DataSets
The following is a list of the data supplied with PLS_Toolbox. It consists of the name of the file (all end in ".mat" unless otherwise specified) along with a brief description of the contents of the given file. Each file may contain one or more variables to be used.
alcohol | Biological fluid analysis of alcoholics for discriminant analysis. |
aminoacids | AMINOACIDS Fluorescence EEM of 5 samples for PARAFAC. |
arch | ARCH Archeological artifact data set for PCA amd SIMCA examples. |
biscuit | NIR reflectance spectra of 40 samples of biscuit dough from 1200-2398nm.. |
brain_weight | Body mass (kg) and brain mass (g) for 28 animals. |
bread | Sensory evaluation of breads. |
cancer | Fluorescence EEM spectra extracted from cervical cancer images. |
data_mid_IR | Data sets for correlation spectroscopy. |
data_near_IR | Data sets for correlation spectroscopy. |
dorrit | DORRIT EEM of 27 samples with 4 flourophores for PARAFAC. |
Dupont_BSPC | 10 process variables (pressure, flow, temperature) for 55 batches with 7 steps each. |
etchdata | Engineering process data from semiconductor metal etch (MPCA). |
fia | UV detection of Flow Injection Analysis of hydroxy-benzaldehyde (n-way data: sample, wavelength, time). |
flucuttest | *********. |
FTIR_microscopy | FTIR microscopy transect spectra of a three-layer polymer laminate. |
gcwine | *********. |
halddata | HALDDATA Hald cement curing data. |
lcms | LC/MS electrospray of 15 surfactant solution. |
lcms_compare1 | Select data from LC/MS electrospray data set. |
lcms_compare2 | Select data from LC/MS electrospray data set. |
lcms_compare3 | Select data from LC/MS electrospray data set. |
MS_time_resolved | Direct probe time profile MS of three color-coupling compounds. |
MS_time_resolved_references | Reference spectra of pure compounds from MS_time_resolved. |
nir_data | NIR_DATA NIR spectra of pseudo gasoline samples for STDDEMO. |
nmr_data | NMR_DATA NMR data for GRAM demo. |
octane | NIR spectra and octane number values of 39 gasoline samples. |
oesdata | OESDATA Optical emission spectra from metal etch. |
OliveOilData | *********. |
paint | PAINT Non-linear paint formulation data. |
pcadata | PCADATA Slurry Fed Ceramic Melter data. |
plsdata | PLSDATA SFCM data for PCR and PLS demos. |
plslogo | PLSLOGO Data used to construct the PLS logo. |
projdat | PROJDAT Projection demo data for PROJDEMO. |
pulsdata | Time series data from a Slurry Fed Ceramic Melter for PLSPULSM demo. |
purvardata | *********. |
purvardata_noise | *********. |
raman_dust_particles | *********. |
raman_dust_particles_references | *********. |
raman_time_resolved | Raman spectra of a time resolved reaction. |
replacedata | REPLACEDATA SFCM data for REPLACEDEMO. |
sawdata | SAWDATA Surface acoustic wave sensor data. |
SBRdata_EU | *********. |
starsdata | *********. |
statdata | STATDATA Data sets for ANOVA and statistics STATDEMO. |
sugar | SUGAR Fluorescence EEM N-way data set. |
svmocdemo | Synthetic sample data used by SVMOCDEMO. |
wine | WINE Wine demographic data set for PCA example. |
wineregion | Metal Composition of Wines for classification by region. |
wwoes_der21_dso | *********. |
redbeerdata.xls | REDBEERDATA.XLS Example spreadsheet for "Intro to MATLAB". |
areadrdemtext.txt | AREADRDEMTEXT.TXT Text file used by AREADRDEMO. |
xclreadrdata.txt | XCLREADRDATA.TXT Text file used by XCLREADRDEMO. |
How to Load Demo Data
For MAT files, the easiest way to load demo data is using the Load Dialog Box:
- From the file menu Load Data (or Import Workspace/MAT File).
- When the dialog box appears click the From File button.
- Type the name of the demo MAT file to loaded and hit the return key.
- Select the variables to be loaded and click the Load button.
(Sub topic of PLS_Toolbox_Topics)