Value(Row: Integer; Col: Integer): Double;
Row. Variable index in the row.
Col. Variable index in the column.
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 Row and Col parameters should be in the range [0; ILanerResultsBoxCorrelation.TermCount-1].
The property use is given in the example for ILanerResultsBoxResults.Correlation.
See also: