Model Input.Populate From Formula Method
Populates the groups using the specified data frame
based on the specified formula.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public void PopulateFromFormula(
IDataFrame frame,
string formula
)
Parameters
- frame IDataFrame
- The data frame from which the groups will be populated.
- formula String
- A formula that defines the variables in the model.