get_aggregation_function: Retrieve aggregation method.

View source: R/aggregation-methods.R

get_aggregation_functionR Documentation

Retrieve aggregation method.

Description

For a desired aggregation method, retrieve the function which aggregates the meta-path based similarity scores. This function is a wrapper around get_similarity().

Usage

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()


ayushnoori/metapaths documentation built on March 19, 2023, 7:35 p.m.