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....



CopyEstFromMatrix


Unit: SDL_statis
Class: TCFEvaluator
Declaration: function CopyEstFromMatrix (Col: integer; SrcMat: TMatrix): integer;

The method CopyEstFromMatrix copies all values in the column Col of the matrix SrcMat into the array of estimated values (= classifier results) of the evaluator (property EstimData). The function returns a zero value if the copying process was successful, or -1 if the Col parameter was out of range. The internal array of estimated values is automatically resized to the number of rows of the SrcMat matrix.



Last Update: 2023-Dec-08