Model Input.Populate From Formula Method
Populates the groups using the specified data frame
based on the specified formula.
Definition
Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.