C# Класс 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).
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
_endConnectionIdx int
_endNodeIdx int

Описание свойств

_endConnectionIdx публичное свойство

The index (+1) of the last connection in the layer.
public int _endConnectionIdx
Результат int

_endNodeIdx публичное свойство

The index (+1) of the last node in the layer.
public int _endNodeIdx
Результат int