TransformationModel<T>.Features Property

Gets a matrix that contains the features.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<double> Features { get; }

Property Value

Matrix<Double>

See Also