ModelInputGroup.AsRowVectors<T> Method

Returns a representation of the data as an array of row vectors 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>[] AsRowVectors<T>()

Type Parameters

T

Return Value

Vector<T>[]
An array of vectors containing the data in Data.

See Also