Model.SetDataSource Method

Uses the specified data frame as the source for all input variables.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public void SetDataSource(
	IDataFrame frame
)

Parameters

frame  IDataFrame
A data frame.

See Also