ModelInputGroup.Data Property

Gets or sets the data frame like object that supplies the data for the input group.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IDataFrame? Data { get; set; }

Property Value

IDataFrame

See Also