The Complete SPRLIB & ANNLIB

join_adapt_ids

- Update most IDs in a joined network (LOCAL)

SYNOPSIS

void join_adapt_ids (n1, net1, n2, net2)

ARGUMENTS

int n1; The number of networks in the top part.
NET **net1; An array of top part network pointers.
int n2; The number of networks in the bottom part.
NET **net2; An array of bottom part network pointers.

RETURNS

Nothing.

FUNCTION

This function is used by join_net to recalculate IDs of units, weights and links in a joined network. This has to be done since the IDs play an important role in some algorithms.

SEE ALSO

join_net

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998