tesseract  3.05.02
tesseract::NeuralNet::Node Struct Reference

#include <neural_net.h>

Public Attributes

float out
 
float bias
 
int fan_in_cnt
 
WeightedNodeinputs
 

Detailed Description

Definition at line 61 of file neural_net.h.

Member Data Documentation

◆ bias

float tesseract::NeuralNet::Node::bias

Definition at line 63 of file neural_net.h.

◆ fan_in_cnt

int tesseract::NeuralNet::Node::fan_in_cnt

Definition at line 64 of file neural_net.h.

◆ inputs

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

Definition at line 65 of file neural_net.h.

◆ out

float tesseract::NeuralNet::Node::out

Definition at line 62 of file neural_net.h.


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