Resize

Declaration:TFeatureMatrix.Resize (NFeats, NObjs: integer): boolean;
The method Resize serves to change the dimensions of the feature matrix during run-time. The parameters NFeats and NObjs determine the intended new size of the array (number of columns and number of rows). Resize returns a TRUE value if the new array has been resized successfully.

Hint: Any excess cells which were not covered by the original feature matrix are set to empty/undefined cells. Additional features (=columns of the matrix) are intialized to the fkUndefined state.