View source: R/aggregation-methods.R
get_aggregation_function | R Documentation |
For a desired aggregation method, retrieve the function which aggregates the meta-path based similarity scores. This function is a wrapper around get_similarity()
.
get_aggregation_function(method_name, get_verbose, ...)
method_name |
Readable description of the desired aggregation method:
|
get_verbose |
Should output be printed to console? |
... |
Other arguments to pass to appropriate meta-path similarity function. |
The output of the desired aggregation method.
See the following aggregation functions:
aggregate_minimum()
aggregate_maximum()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.