Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
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).
Afficher le fichier
Open project: colgreen/sharpneat
Class Usage Examples
Méthodes publiques
Свойство
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
Résultat
int
_endNodeIdx
public_oe property
The index (+1) of the last node in the layer.
public
int
_endNodeIdx
Résultat
int