DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
Feature Matrix
Class TFeatureMatrix
Methods
FindFeatNum
See also:
FeatProps
,
FindFeatName
Index
Statistical Background
FindFeatNum
Declaration:
TFeatureMatrix
.
FindFeatNum
(Num: integer): integer;
The method
FindFeatNum
searches for the integer value
Num
in the field
FeatNum
of the
feature properties
. If found it returns the index of the feature, else it returns -1.