| OutputLayerCreatePerceptron Method |
Creates a Perceptron in this Layer of
the neural network. By default, the created Perceptron uses
the linear activation function and has an initial bias
value of zero.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual Perceptron CreatePerceptron()
Public Overridable Function CreatePerceptron As Perceptron
public:
virtual Perceptron^ CreatePerceptron()
abstract CreatePerceptron : unit -> Perceptron
override CreatePerceptron : unit -> Perceptron
Return Value
Type:
Perceptron[Missing <returns> documentation for "M:Imsl.DataMining.Neural.OutputLayer.CreatePerceptron"]
See Also