The AnalysisType enumeration contains types of source data analysis.
It is used by the following property:
| Value | Brief description | |
| 0 | Correlation. A correlation matrix of source data. | |
| 1 | Standardised. A standardized matrix of source data. When this analysis type is used, you need to define standardization coefficients (ISlAnalysis.StandartizationCoefficients). | |
| 2 | SumSq. A matrix of vector products and square sums. | |
| 3 | VarCovar. A covariance matrix of source data. |
See also: