Directories ¶
Path | Synopsis |
---|---|
Package clg provides CLGs that implement basic behaviour leveraged in the neural network.
|
Package clg provides CLGs that implement basic behaviour leveraged in the neural network. |
divide
Package divide implements spec.CLG and provides the mathematical operation of division.
|
Package divide implements spec.CLG and provides the mathematical operation of division. |
greater
Package greater implements spec.CLG and provides a method to identify which of the given numbers is greater than the other.
|
Package greater implements spec.CLG and provides a method to identify which of the given numbers is greater than the other. |
input
Package input implements spec.CLG and provides the entry to the neural network.
|
Package input implements spec.CLG and provides the entry to the neural network. |
isbetween
Package isbetween implements spec.CLG and provides a method to identify if a given number is between a given range.
|
Package isbetween implements spec.CLG and provides a method to identify if a given number is between a given range. |
isgreater
Package isgreater implements spec.CLG and provides a method to identify if the first given number is greater than the later.
|
Package isgreater implements spec.CLG and provides a method to identify if the first given number is greater than the later. |
islesser
Package islesser implements spec.CLG and provides a method to identify if the first given number is lesser than the later.
|
Package islesser implements spec.CLG and provides a method to identify if the first given number is lesser than the later. |
lesser
Package lesser implements spec.CLG and provides a method to identify which of the given numbers is lesser than the other.
|
Package lesser implements spec.CLG and provides a method to identify which of the given numbers is lesser than the other. |
multiply
Package multiply implements spec.CLG and provides the mathematical operation of multiplication.
|
Package multiply implements spec.CLG and provides the mathematical operation of multiplication. |
output
Package output implements spec.CLG and provides one of the two very special CLGs.
|
Package output implements spec.CLG and provides one of the two very special CLGs. |
pairsyntactic
Package pairsyntactic implements spec.CLG and provides pairing of information sequences.
|
Package pairsyntactic implements spec.CLG and provides pairing of information sequences. |
readinformationid
Package readinformationid implements spec.CLG and provides functionality to read the information sequence stored under a specific information ID.
|
Package readinformationid implements spec.CLG and provides functionality to read the information sequence stored under a specific information ID. |
readseparator
Package readseparator implements spec.CLG and provides functionality to read a separator stored in association to a specific behaviour ID.
|
Package readseparator implements spec.CLG and provides functionality to read a separator stored in association to a specific behaviour ID. |
round
Package round implements spec.CLG and provides a method to round the given number using the given precision.
|
Package round implements spec.CLG and provides a method to round the given number using the given precision. |
splitfeatures
Package splitfeatures implements spec.CLG and provides functionality to split information sequences into features.
|
Package splitfeatures implements spec.CLG and provides functionality to split information sequences into features. |
subtract
Package subtract implements spec.CLG and provides the mathematical operation of subtraction.
|
Package subtract implements spec.CLG and provides the mathematical operation of subtraction. |
sum
Package sum implements spec.CLG and provides the mathematical operation of addition.
|
Package sum implements spec.CLG and provides the mathematical operation of addition. |
Package feature provides feature detection within sequences.
|
Package feature provides feature detection within sequences. |
Package network implements spec.NetworkService to provide a neural network based on dynamic and self improving CLG execution.
|
Package network implements spec.NetworkService to provide a neural network based on dynamic and self improving CLG execution. |
Click to show internal directories.
Click to hide internal directories.