- explainedVariance
Slice!(RCI!T) explainedVariance()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadings
Slice!(RCI!T, 2) loadings()
Principal component Loadings vectors (Eigenvectors times sqrt(Eigenvalue))
- loadingsScores
Slice!(RCI!T, 2) loadingsScores()
Undocumented in source. Be warned that the author may not have intended to support it.
- q
Slice!(RCI!T, 2) q()
Undocumented in source. Be warned that the author may not have intended to support it.
- q
Slice!(RCI!(T), 2) q(size_t n)
Undocumented in source.
- q
Slice!(RCI!(T), 2) q(T delta)
Undocumented in source.
- transform
Slice!(RCI!(T), 2) transform(Slice!(RCI!(T), 2) data)
Undocumented in source. Be warned that the author may not have intended to support it.
- transform
Slice!(RCI!(T), 2) transform(Slice!(RCI!(T), 2) data, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- transform
Slice!(RCI!(T), 2) transform(Slice!(RCI!(T), 2) data, T delta)
Undocumented in source. Be warned that the author may not have intended to support it.
Principal component analysis result.