Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
|
This is the complete list of members for ml::PCA< T >, including all inherited members.
components() const | ml::PCA< T > | |
explained_variance_ratio() const | ml::PCA< T > | |
fit(const Tensor< T > &data, bool center=true, bool scale=false) | ml::PCA< T > | |
fit_transform(const Tensor< T > &data, size_t n_components=0, bool center=true, bool scale=false) | ml::PCA< T > | |
PCA()=default | ml::PCA< T > | |
singular_values() const | ml::PCA< T > | |
transform(const Tensor< T > &data, size_t n_components=0) const | ml::PCA< T > |