I want to know if it is possible to find Similarity of a new Node (or a set of nodes) that were newly added to the graph.
To explain in mode detail.
- I have Jaccard Similarity calculated for nodes 1 to 100
- I then add nodes 101
- Is it possible to find similarity of node 101 to among nodes 1 to 100 without running similarity again on nodes 1 to 101
reason -
- say the similarity algo runs in batches every 24 hrs at midnight, but i need similarity calculated for new nodes between those 24hrs on an ad-hoc need
- a new node does not really exists but i just want to find the similarity