Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ALebrun-108 committed Jun 2, 2023
2 parents a824d20 + c14aff9 commit 49b2df3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ pca_model = SpectroPCA(n_comp=10)
pca_model.fit_model(sp)
pca_model.scatter_plot(sp, label, component_x=1, component_y=2, fontsize=13, class_names=['Mol. A', 'Mol. B', 'Mol. C'])
```
![test image size](fig/PCA_scatterplot.png)
<img src="fig/PCA_scatterplot.png" alt="drawing" width="500"/>

### Module ``clustering``
This module provides unsupervised learning models for vibrational spectra cluster analysis.

Expand Down

0 comments on commit 49b2df3

Please sign in to comment.