Introduction To The DataSet Object: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(New page: 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 standa...)
 
imported>Jeremy
No edit summary
Line 1: Line 1:
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]).
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 goals of the DataSet are:  
The goals of the DataSet are:  

Revision as of 17:34, 8 October 2008

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 goals of the DataSet are:

  1. Standardize data set storage into a single compact variable. This includes descriptions, ancillary information, and tools that can be used in the development of data analysis tools.
  2. Standardize data function input/output. The DataSet offers a compact form for passing data and information.
  3. Allow open and cost free use for MATLAB users.

In 2007 The MathWorks bundled their own version of a DataSet Object with their Stats Toolbox. The Eigenvector DataSet Object includes all the functionality of the DSO contined in the Stats Toolbox so there is no need to switch between the two objects. More information on the history of the DSO can be found here.