table
table¶
- class table[source]¶
Bases:
objectthis classe has been establish with pandas DataFrame
Methods
from https://github.com/jakevdp/wpca/blob/master/WPCA-Example.ipynb enter which pca do yo want either 'pca', 'wpca' or 'empca' empca slower than wpca
weights define as 1/sigma**2 self.table = MxT, base_vec = NxT, N the number of basis element
- rtype
List of members of table
- WPCA(pca, weight=None, comp_max=None, m=2, kind='inter')[source]¶
from https://github.com/jakevdp/wpca/blob/master/WPCA-Example.ipynb enter which pca do yo want either ‘pca’, ‘wpca’ or ‘empca’ empca slower than wpca
- Return type