Click or drag to resize

NeuralNetwork Class

Base class for neural network implementations.
Inheritance Hierarchy

Namespace:  RavingBots.MagicGestures.AI.Neural
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract class NeuralNetwork

The NeuralNetwork type exposes the following members.

Constructors
  NameDescription
Protected methodNeuralNetwork
Construct a new network with a given number of inputs.
Top
Properties
  NameDescription
Public propertyInputCount
Number of inputs of this network.
Public propertyOutput
Outputs of this network.
Top
Methods
  NameDescription
Public methodIsMatching
Check whether given sample can be processed with this network.
Public methodProcess
Process a set of inputs and update the outputs.
Top
Fields
  NameDescription
Private field_inputCount
Number of inputs of this network.
Top
See Also