View source: R/similarity-metrics.R
get_similarity_function | R Documentation |
For a desired meta-path based similarity metric, retrieve the function which computes the appropriate similarity score, then compute similarity.
get_similarity_function(metric_name, get_verbose, ...)
metric_name |
Readable description of the desired similarity score:
|
get_verbose |
Should output be printed to console? |
... |
Other arguments to pass to appropriate meta-path similarity function. |
A list with two elements:
The human readable name of the similarity metric.
The appropriate similarity score.
See the following functions to compute various similarity scores:
get_pc()
get_npc()
get_dwpc()
get_pathsim()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.