Published March 4, 2025
| Version v0.0.36
Software
Open
Tensor Extraction of Latent Features (T-ELF)
Description
HNMFk graph post-processing & root node naming
Added the ability to post-process HNMFk graphs based on the number of documents in leaf nodes.
- New functions:
model.traverse_tiny_leaf_topics(threshold: int): Identifies outlier clusters where the number of documents is below the given threshold.model.get_tiny_leaf_topics(): Retrieves tiny leaf nodes (processed separately).model.process_tiny_leaf_topics(threshold: int): Processes the graph to separate tiny nodes based on the given threshold.- Resetting the graph by setting
threshold=Nonerestores the tiny nodes.
- New functions:
Added option to specify a root node name in HNMFk using
root_node_name="Root".- Default is now
"Root"instead of"*"to resolve Windows compatibility issues.
- Default is now
Bug(s)
- Fixed a bug in Beaver where mismatched indexes caused incorrect highlighting.
Notes
Files
lanl/T-ELF-v0.0.36.zip
Files
(26.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:5c66b725d7f27bbe3117e8689bc1925a
|
26.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/lanl/T-ELF/tree/v0.0.36 (URL)
Software
- Repository URL
- https://github.com/lanl/T-ELF