ModelInput.PopulateFromFormula 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#
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.

See Also