perform incremental pca on a hdf5 file
1 | incremental_pca(filepath, n_comp = 2L, batch_size = 2L, chunk_size = 10L)
|
filepath |
path to hdf5 file |
n_comp |
target number of pca components to obtain |
batch_size |
integer |
chunk_size |
integer |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.