ModelOut.info structure for (n)PLS models
The ModelOut.info structure contains the information that are specific to the corresponding set of (n)PLS models stored in the ModelOut structure.
Its contents are created in the Model_nPLS1\Calculate function.
It contains the following fields:
| Content | Class | |
| content | Content object of the set of data selected for calibration/validation (i.e. it includes calibration and test set) | content object |
| fillin | Type of fill-in when using on-line approaches. It can either be 'zero' or 'current deviation'. |
char vector |
| initialsize | Initial size (in the last mode only) of a new set of data. It is set by Load_ExtData upon loading of the new set. | double |
| preprocess | Stores the preprocessing information for the model of
reference. It contains two fields: 'modx' (for X) and 'mody' (for Y). Each of them has two fields: 'cen' and 'scal', which are row vectors of the same length as the original X and Y and refer to centre and scaling. 1 means centre/scale according to mean and standard deviation. The 'scal' values can also be 2 (scaling with Root Mean Squares) or 3 (scaling with Frobenius norm) |
structure |