Model Term.Bind Method
Returns a new model term whose variables
are bound to the specified data frame.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A new model term whose variables are bound to dataFrame.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual ModelTerm Bind(
IDataFrame dataFrame
)
Parameters
- dataFrame IDataFrame
- The data frame to bind the variables to.
Return Value
ModelTermA new model term whose variables are bound to dataFrame.