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, ...)

Arguments

method_name

Readable description of the desired aggregation method:

Minimum

Use "minimum".

Maximum

Use "maximum".

get_verbose

Should output be printed to console?

...

Other arguments to pass to appropriate meta-path similarity function.

Value

The output of the desired aggregation method.

See also

See the following aggregation functions:

Minimum

aggregate_minimum()

Maximum

aggregate_maximum()