Structs§
- NTAConfig
- A struct representing the options for the NTA algorithm
- NTAResult
- Struct representing the NTA results
Enums§
- NTAMethod
- Different methods for the NTA method that decides the important nodes to return
Functions§
- get_nta
- Performs network topology-based analysis using random walk to identify important nodes in a network
- process_
nta - Uses random walk to calculate the probabilities of each node being walked through
Returns
Vec<String>
representing the nodes in the neighborhood