issues
search
oscarbranson
/
latools
Tools for the reproducible reduction of LA-ICPMS data.
http://latools.readthedocs.io
MIT License
15
stars
10
forks
source link
Identify SRMs using K-means
#51
Closed
oscarbranson
closed
5 years ago
oscarbranson
commented
5 years ago
More elegant & reliable than current algorithm?
Rougly:
Use K-means to identify groups of SRM compositions, using len(srms_used) as number of groups.
Identify elements with largest change in measured SRMs.
Apply K-means to SRM table using only those elements to match up measured to reference table.
More elegant & reliable than current algorithm?
Rougly: