All functions

aggregate_maximum()

Use maximum aggregation.

aggregate_minimum()

Use minimum aggregation.

all_nodes()

Get all nodes.

clean_mp()

Clean type name along meta-path.

compare_mps()

Compute meta-path based similarity scores between two sets of nodes using various meta-paths.

compare_sets()

Compute meta-path based similarity scores between two sets of nodes.

extract_sim()

Extract similarity scores from pairwise comparisons.

get_aggregation_function()

Retrieve aggregation method.

get_dwpc()

Compute degree-weighted path count similarity.

get_neighbor_list()

Construct neighbors reference object.

get_neighbors()

Get node neighbors of specified type using edge list.

get_neighbors_type()

Get all node neighbors by type.

get_neighbors_type_with_edge()

Get all node neighbors by type accounting for edge type.

get_neighbors_with_edge()

Get node neighbors of specified type using edge list accounting for edge type.

get_node_list()

Get node list.

get_npc()

Compute normalized path count similarity.

get_pathsim()

Compute PathSim similarity.

get_pc()

Compute path count similarity.

get_similarity()

Compute meta-path based similarity score between two nodes.

get_similarity_function()

Retrieve similarity score metric.

map_log()

Add dividers between analysis logs.

map_neighbors()

Step along meta-path to retrieve neighbors.

metapaths-package metapaths

Meta-path based network similarity.

mtcars_edge_list

Edge list constructed from mtcars dataset.

node_types()

Get node types.

search_degrees()

Get degree count by type.

search_neighbors()

Get node neighbors of specified type using neighbors reference object.

traverse_mp()

Step along meta-path to get all conforming paths from root node.