Optimizing Gamma in Neumann Kernel for Directed Graph Analysis
When using the Neumann kernel, it's vitally important to choose a right value for the decay factor, gamma. To choose a gamma value that will make the value of farther away vertices more influential in a directed graph, consider these factors:
- 'Network structure': If the network has many long-distance paths, choose a smaller gamma value to better capture information from those paths.
- 'Data distribution': If the data is distributed over a wide range, a larger gamma value is needed to better capture the differences between data points.
- 'Goal': If the goal is to find remote vertices with higher weights, choose a smaller gamma value. If the goal is to find vertices with more even weights, choose a larger gamma value.
Ultimately, selecting the right gamma value requires considering the network structure, data distribution, and the specific goal. Choose carefully to best capture the information within the graph.
原文地址: http://www.cveoy.top/t/topic/kQPr 著作权归作者所有。请勿转载和采集!