Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想找到k个最有影响力的节点来最大化信息传播。我根据高度和属于不同社区的节点来选择节点。我想增加具有最近时间戳值的节点的优先级。如何考虑时间戳值来增加节点的选择概率?
您的问题实际上是:如何量化时间戳?也许它可以帮助你把它变成一个分数。例如: (node_timestamp - old_known_timestamp) / (now - old_known_timestamp) 会给你一个从 0 到 1 的分数,其中 0 是最差的,1 是最好的分数