NetworkType.cs | |
Enumerations | |
FANN C# NetworkType enumerator | |
NetworkType | Definition of network types used by FANNCSharp.Float::NeuralNet::NetworkType |
Definition of network types used by FANNCSharp.Float::NeuralNet::NetworkType
LAYER | Each layer only has connections to the next layer |
SHORTCUT | Each layer has connections to all following layers |
FANNCSharp.Float::NeuralNet::NetworkType, fann_get_network_type
This enumeration appears in FANN >= 2.1.0
public enum NetworkType
Get the type of neural network it was created as.
public NetworkType NetworkType { get }