node_functions

This is summary documentation for hippynn.graphs.nodes.base.node_functions module. Click here for full documentation.

Links to Full Documentation:

Base node definition.

Functions

find_relatives(node_or_nodes, constraint_key)

find_unique_relative(node_or_nodes, constraint)

Look for a unique parent or child node type in the graph connected to the starting node.

get_connected_nodes(node_set)

Recursively return nodes connected to the specified node_set.

Exceptions

NodeAmbiguityError

NodeNotFound

NodeOperationError