ModelTerm.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.0
C#
public virtual ModelTerm Bind(
	IDataFrame dataFrame
)

Parameters

dataFrame  IDataFrame
The data frame to bind the variables to.

Return Value

ModelTerm
A new model term whose variables are bound to dataFrame.

See Also