PcaResult.coeff

Principal component coefficients, also known as loadings.

struct PcaResult(T)
Slice!(Contiguous, [2], T*) coeff;

Meta