DataSet Object

版本 1.2.0.0 (97.3 KB) 作者: Scott Koch
The DataSet object (DSO) is a Matlab object created to hold both data and metadata.
1.6K 次下载
更新时间 2019/7/9

查看许可证

Data sets include far more ancillary information than simple tables of numbers and the DataSet Object (DSO) was designed as a generic container that can hold all of this information. The standard DataSet object is similar to a Matlab structure but it is intended to standardize how data is organized and maintained. It was originally designed in 2000 by a consortium of chemical and engineering industry experts to contain the kinds of data that they worked with in real applications. It has been updated numerous times since then to add relevant functionality needed for multivariate analysis of physical science and engineering data.
The DataSet Object includes fields for sample and variable labels, class variables, time and wavelength axes, etc. It can contain standard discrete, time-series, or multi-dimensional image data. The basic data table is a single-type array and can contain any numerical or logical data types. One or more "class" sets can also be created to contain categorical information. Labels and classes can be used as an index into the DSO.
NOTE: This object does not require the Matlab Statistics Toolbox but is also not compatible with the Statistics Toolbox Data Array Object. Adjust your Matlab path accordingly if you plan to use both objects.

Additional resources:

DataSet Object web page - http://www.eigenvector.com/software/dataset.htm
DataSet Object wiki documentation - http://wiki.eigenvector.com/index.php?title=DataSet_Object

引用格式

Scott Koch (2026). DataSet Object (https://ww2.mathworks.cn/matlabcentral/fileexchange/39336-dataset-object), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14SP2
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Chemistry 的更多信息
版本 已发布 发行说明
1.2.0.0

Update to Dataset include with PLS_Toolbox 8.7.

1.1.0.0

Add links to web page and documentation.
Updates for 2016b

1.0.0.0