Tesseract  3.02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tesseract::NeuralNet::Node Struct Reference

#include <neural_net.h>

List of all members.

Public Attributes

float out
float bias
int fan_in_cnt
WeightedNodeinputs

Detailed Description

Definition at line 52 of file neural_net.h.


Member Data Documentation

float tesseract::NeuralNet::Node::bias

Definition at line 54 of file neural_net.h.

int tesseract::NeuralNet::Node::fan_in_cnt

Definition at line 55 of file neural_net.h.

WeightedNode* tesseract::NeuralNet::Node::inputs

Definition at line 56 of file neural_net.h.

float tesseract::NeuralNet::Node::out

Definition at line 53 of file neural_net.h.


The documentation for this struct was generated from the following file: