DataSet Object: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
No edit summary
imported>Benjamin
mNo edit summary
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__TOC__
<div style="display:none">__TOC__</div>
Data sets include far more ancillary information than simple tables of numbers and the DataSet_Object was designed as a standard container that can hold all of this information. The standard DataSet object is similar to a structure object defined in MATLAB but it is intended to standardize how data is organized and maintained. The purpose of this document is to define standards and conventions for the standard DataSet object developed and maintained by Eigenvector Research, Inc. (EVRI). It is the intention of EVRI that the DataSet be of an open architecture and independent of any toolboxes. For example, the DataSet is used in the PLS_Toolbox written by EVRI, but it does not require any of the PLS_Toolbox functions or scripts. Although the open architecture allows for user modifications, suggestions for modifications and enhancements should be forwarded to EVRI (helpdesk@eigenvector.com) who will make free updates available at ([www.eigenvector.com]).  
The dataset object is an object designed to be applicable to any data which requires storing auxiliary information along with the data itself. A typical set of data contains many parts. In spectroscopy, for instance, a data set can contain the matrix of spectra, the wavelength axis, sample labels, sample numbers, class variables, reference variables, etc. In order to facilite data set handling, Eigenvector has created a standard object, the DATASET Object (DSO). This object is free to MATLAB users and is used in all Eigenvector Research products such as PLS_Toolbox and Solo. The DSO object (standalone) is provided here: http://www.eigenvector.com/software/dataset.htm
 
These pages contain technical information on working with DataSet objects at the MATLAB command line. Users of PLS_Toolbox and Solo are encouraged to review the [[DataSet Editor]] and [[Plot Controls]] GUI documentation for information about how these GUIs work with DataSet objects.


* [[Introduction To The DataSet Object]]


* [[DataSet Object Specification]]
===DataSet Object Information===


* [[Introduction To The DataSet Object]]
* [[DataSet Object Installation]]
* [[DataSet Object Specifications]]
* [[DataSet Object Fields]]
* [[DataSet Object Methods]]
* [[DataSet Object Methods]]
* [[DataSet Object Examples]]
* [[DataSet Object Examples]]
 
* [[DataSet Construction]]
* [[Future Modifications]]
 
* [[DataSet Object References]]

Latest revision as of 12:05, 6 July 2017

The dataset object is an object designed to be applicable to any data which requires storing auxiliary information along with the data itself. A typical set of data contains many parts. In spectroscopy, for instance, a data set can contain the matrix of spectra, the wavelength axis, sample labels, sample numbers, class variables, reference variables, etc. In order to facilite data set handling, Eigenvector has created a standard object, the DATASET Object (DSO). This object is free to MATLAB users and is used in all Eigenvector Research products such as PLS_Toolbox and Solo. The DSO object (standalone) is provided here: http://www.eigenvector.com/software/dataset.htm

These pages contain technical information on working with DataSet objects at the MATLAB command line. Users of PLS_Toolbox and Solo are encouraged to review the DataSet Editor and Plot Controls GUI documentation for information about how these GUIs work with DataSet objects.


DataSet Object Information