Conv1D..::..KernalSize Property

An integer specifying the length of the 1D convolution window.

Namespace:  SiaNet.Model.Layers
Assembly:  SiaNet (in SiaNet.dll)

Syntax


[JsonIgnoreAttribute]
public int KernalSize { get; set; }
<JsonIgnoreAttribute> _
Public Property KernalSize As Integer
	Get
	Set
[JsonIgnoreAttribute]
public:
property int^ KernalSize {
	int^ get ();
	void set (int^ value);
}

Field Value

The size of the kernal.