The Complete SPRLIB & ANNLIB

check_sharednet_recipe

- checks whether a shared weights network recipe is correct (LOCAL)

SYNOPSIS

int check_sharednet_recipe (recipe)

ARGUMENTS

SHAREDNET_RECIPE *recipe A pointer to the SHAREDNET_RECIPE.

RETURNS

TRUE if recipe is incorrect, FALSE if not.

FUNCTION

This function checks whether or not the SHAREDNET_RECIPE recipe is correct. It checks all layers by calling check_layer_recipe. Finally, it checks whether the first layer is an input layer and the last layer an output layer (INPUT_LAYER and OUTPUT_LAYER in the LayerFlag field, see LAYER-flags).

SEE ALSO

create_sharednet

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