en ru

Docs

NAME

createAbstractConnectors - create object that represents an array of abstract connectors

SYNOPSIS

function createAbstractConnectors(count);

DESCRIPTION

The function is used to create an array of abstract connectors with count elements.

RETURN VALUES

Upon successful completion, createAbstractConnectors returns a unique id of newly created object. Otherwise, 0 is returned.

NOTES

Connectors are created with undefined signals on them.

Don't forget to call closeId function to release the object when it is no longer needed.

EXAMPLES

To create 5 abstract connectors:

сonnectors = createAbstractConnectors(5);

SEE ALSO

getSignals, setSignals, createAbstractNeuron, closeId

Verbatim copying and distribution of this entire article are permitted in any medium, provided this notice is preserved.
Send suggestions, questions and bug reports to neurowombatmail@gmail.com
Copyright © 2009, 2010, 2011, 2012 Andrew Timashov