Use the maximum aggregation method to aggregate meta-path based similarity scores.
aggregate_maximum(sim_dt, verbose)
sim_dt | A |
---|---|
verbose | Should aggregation method be printed to the console? |
A data.table
with multiple columns, including:
The name of the similarity metric used (e.g., "PathSim"
).
The name of the aggregation method used (i.e., "Maximum"
).
The aggregate set similarity score.
Guney, E., Menche, J., Vidal, M. & Barábasi, A.-L. Network-based in silico drug efficacy screening. Nat Commun 7, 10331 (2016).
get_similarity()
for pairwise meta-path based similarity calculation.