Dimension reduction ================================== This module contains methods of dimension reduction a.k.a. factorization. Currently, it includes the following methods: * Correspondence analysis (class CA) * Principal component analysis (class PCA) .. automodule:: randan.dimension_reduction :members: :undoc-members: :show-inheritance: