Model.Set Data Source 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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public void SetDataSource(
IDataFrame frame
)
Parameters
- frame IDataFrame
- A data frame.