SmartEngine  1.6.0
Public Member Functions | Public Attributes | List of all members
SmartEngine.NeuralNetworks.NormalizeNode.ColumnSpan Class Reference

Public Member Functions

 ColumnSpan (long start, long count)
 

Public Attributes

long ColumnStart
 The column index that defines the start of the span. More...
 
long ColumnCount = -1
 The number of columns to treat as a single vector. More...
 

Member Data Documentation

◆ ColumnCount

long SmartEngine.NeuralNetworks.NormalizeNode.ColumnSpan.ColumnCount = -1

The number of columns to treat as a single vector.

Pass -1 to span to the last column.

◆ ColumnStart

long SmartEngine.NeuralNetworks.NormalizeNode.ColumnSpan.ColumnStart

The column index that defines the start of the span.