Method: Rumale::Decomposition::PCA#components
- Defined in:
- lib/rumale/decomposition/pca.rb
#components ⇒ Numo::DFloat (readonly)
Returns the principal components.
23 24 25 |
# File 'lib/rumale/decomposition/pca.rb', line 23 def components @components end |