Value(Row: Integer; Col: Integer): Double;
Row. Variable index in the row.
Col. Variable index in the column.
The property is read-only.
The Value property returns correlation value for selected variables.
The number of rows and columns in correlation table is the same and matches the number of variables.
Values of the Col and Row parameters are to be within the range [0; ILanerResultsBoxCorrelation.TermCount-1].
The property use is given in the example for ILanerResultsBoxResults.Correlation.
See also: