Published April 1, 2024
| Version v0.0.12
Software
Open
Tensor Extraction of Latent Features (T-ELF)
Description
- Added ability to plot both silhouttes of latent patterns (W matrix) and the latent clusters (H matrix) to assist selecting the number of hidden patterns and the corresponding number of hidden clusters.
predict_k_methoddefault is changed to"sill".- NMFk plot will no longer include the blue relative error line when
calculate_error=False. - New
predict_k_method="sill"will predict k based on:- The maximum k where W silhoutte is above the threshold
sill_thresh: Wk - The maximum k where H silhoutte is above the threshold
sill_thresh: Hk - Final k, or number of hidden signals, will be
k=min(Wk, Hk).
- The maximum k where W silhoutte is above the threshold
Notes
Files
lanl/T-ELF-v0.0.12.zip
Files
(23.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:18af3b32caf950744350b47645c278de
|
23.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/lanl/T-ELF/tree/v0.0.12 (URL)