ModelInputGroup.AsVector<T> Method

Returns a vector representation of the data in accordance with a specification.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T> AsVector<T>()

Type Parameters

T

Return Value

Vector<T>
A vector containing the data in Data.

Exceptions

DimensionMismatchException

The result contains more than one column.

See Also