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