public ReadOnlyDoubleMatrix Variances { get; }
Public ReadOnly Property Variances As ReadOnlyDoubleMatrix
Get
public:
property ReadOnlyDoubleMatrix^ Variances {
ReadOnlyDoubleMatrix^ get ();
}
member Variances : ReadOnlyDoubleMatrix with get
Each column in the Coordinates of the projected points on the principal directions is referred to as a principal variable. Property Variances gets the variances of such variables.