Declaration: | TFeatureMatrix.InsertFeature (feat: integer); |
The method InsertFeature inserts a new undefined feature (= empty column) at the index feat of the feature matrix. The size of the matrix is increased by one column. The parameter feat can assume values between 1 and NFeatures+1.
|
|