Class Decomposition.PCAInfo<'T> (rec)
Information about a performed PCA or ZCA.
Inheritance
System.Object
Decomposition.PCAInfo<'T> (rec)
Namespace: Tensor.Algorithm
Assembly: Tensor.Algorithm.dll
Syntax
record Decomposition.PCAInfo<'T>
val Means: Tensor<'T>
val Variances: Tensor<'T>
val Axes: Tensor<'T>
Type Parameters
Name | Description |
---|---|
'T |
Fields
Name | Description |
---|---|
val Axes: Tensor<'T> | the axes corresponding to the principal components |
val Means: Tensor<'T> | the means of the features (for centering the data) |
val Variances: Tensor<'T> | the variances of the principal components in descending order |