[][src]Module radiate_matrix_tree::matrix_tree::evtree

Structs

NetNode

a Node struct to represent a bidirectional binary tree holding pointers to the parent and two children, the left and right child The node also holds an input size which is the expected size of the input vector for the neural network held within the node. The output represetns the postion of the node, meaning that if it is a leaf, it will return the output from a get output function

Type Definitions

Evtree

A tree struct to encapsulate a bidirectional binary tree.AsMut