Overridden.Returns nntBAM for the BAM network.


Namespace: xpidea.neuro.net.bam
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Function GetNetworkType() As NeuralNetworkType
C#
protected override NeuralNetworkType GetNetworkType()
C++
protected:
 virtual NeuralNetworkType GetNetworkType() override 
J#
protected override NeuralNetworkType GetNetworkType()
JScript
protected override  function GetNetworkType() : NeuralNetworkType

See Also