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
SetFeatType
See also:
FeatProps
Index
Statistical Background
SetFeatType
Declaration:
TFeatureMatrix
.
SetFeatType
(IxFrom, IxTo: integer; FeatKind:
TFeatKind
);
The method
SetFeatType
sets the feature type of the features
IxFrom
to
IxTo
(feature indices) to the type
FeatKind
. Setting both parameters to zero values is equivalent to setting all currently defined features.