SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine.NeuralNetworks.NormalizeNode.CInfo Class Reference

Constructor info More...

Inheritance diagram for SmartEngine.NeuralNetworks.NormalizeNode.CInfo:
SmartEngine.NeuralNetworks.GraphNode.CInfo

Public Attributes

GraphNode Input
 The input to normalize. Columns that aren't covered by spans will be passed through unchanged. More...
 
readonly List< ColumnSpanColumnSpans = new List<ColumnSpan>()
 An array of column spans to normalize. More...
 
bool AllowSmallLengths = false
 If true, vector lengths less than one will be passed unchanged. Lengths greater than size one will be clamped to length one. More...
 
- Public Attributes inherited from SmartEngine.NeuralNetworks.GraphNode.CInfo
string Name
 The name of this node. More...
 
Context Context
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

Constructor info

Member Data Documentation

◆ AllowSmallLengths

bool SmartEngine.NeuralNetworks.NormalizeNode.CInfo.AllowSmallLengths = false

If true, vector lengths less than one will be passed unchanged. Lengths greater than size one will be clamped to length one.

If false, all lengths not equal to zero will be resized to be one in length.

◆ ColumnSpans

readonly List<ColumnSpan> SmartEngine.NeuralNetworks.NormalizeNode.CInfo.ColumnSpans = new List<ColumnSpan>()

An array of column spans to normalize.

◆ Input

GraphNode SmartEngine.NeuralNetworks.NormalizeNode.CInfo.Input

The input to normalize. Columns that aren't covered by spans will be passed through unchanged.