The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



YData


Unit: SDL_statis
Class: TMLRModel
Declaration: property YData: TVector;

The vector YData contains the target variable the training data. Before calculating a MLR model the vector YData has to be resized (using YData.Resize) to be able to hold the training data and then filled with the training data (rows are corresponding to objects, columns are variables).

Hint: Please note that changing the nummber of elements of the YData property automatically adjusts the number of rows of XData as well.



Last Update: 2023-Dec-05