Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SharpNeat
Phenomes
NeuralNets
LayerInfo
C# Class SharpNeat.Phenomes.NeuralNets.LayerInfo
Stores a node and connection index that represent a layer within the network (the nodes and connections at a given depth in a network).
ファイルを表示
Open project: colgreen/sharpneat
Class Usage Examples
Public Properties
Property
Type
Description
_endConnectionIdx
int
_endNodeIdx
int
Property Details
_endConnectionIdx
public_oe property
The index (+1) of the last connection in the layer.
public
int
_endConnectionIdx
return
int
_endNodeIdx
public_oe property
The index (+1) of the last node in the layer.
public
int
_endNodeIdx
return
int