Enumerations

FANN C# NetworkType enumerator

public enum NetworkType

NetworkType

Definition of network types used by FANNCSharp.Float::NeuralNet::NetworkType

LAYEREach layer only has connections to the next layer
SHORTCUTEach layer has connections to all following layers

See Also

FANNCSharp.Float::NeuralNet::NetworkType, fann_get_network_type

This enumeration appears in FANN >= 2.1.0

public enum NetworkType
public NetworkType NetworkType { get }
Get the type of neural network it was created as.
Close