PcaResult.scores

Principal component scores. (Input matrix rotated to basis of eigenvectors)

struct PcaResult(T)
Slice!(RCI!T, 2) scores;

Meta