Dense..::..Dim Property

Positive integer, dimensionality of the output space.

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

Syntax


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

Field Value

The output dimension.