Default constructor, mainly so the workbench can easily create a default layer.
Default constructor, mainly so the workbench can easily create a default layer.
public BasicLayer()
Construct this layer with a non-default threshold function.
public BasicLayer(IActivationFunction,bool,int)
Construct this layer with a sigmoid threshold function.
public BasicLayer(int)