Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
Loading...
Searching...
No Matches
ml::PCA< T > Member List

This is the complete list of members for ml::PCA< T >, including all inherited members.

components() constml::PCA< T >
explained_variance_ratio() constml::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()=defaultml::PCA< T >
singular_values() constml::PCA< T >
transform(const Tensor< T > &data, size_t n_components=0) constml::PCA< T >