ModelInputGroup.Data Property

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

Definition

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

Property Value

IDataFrame

See Also