TensorShape.ColumnVector Method

Represents the shape of a column vector of the specified length.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public static TensorShape ColumnVector(
	int length
)

Parameters

length  Int32
The desired length of the vector.

Return Value

TensorShape
A 2D shape with length rows and 1 column.

See Also