DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


InsertFeature

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.