Variable PrincipalComponent.rotation

The vector representing the first principal component loadings.

struct PrincipalComponent
{
  // ...
  double[] rotation ;
  // ...
}