I have a graph which has (:UID)-[]->(:PII). And I have a 'weight' property assigned to the PII nodes according to what kind of PII it is. Example, SSN: 10, PHONE: 5, IP: 1, etc.I want to calculate node similarity between the (:UID) nodes based on the...