NObjects

Declaration:TFeatureMatrix.NObjects: integer;
The property NObjects specifies the number of objects of the feature matrix. If you increase the number of objects, the new objects will be initialized to their default states.

Hint: For changing both the number of features and the number of objects of a feature matrix it is recommended to use the method Resize which is more efficient than setting the properties NFeatures and NObjects individually.