Populates the groups using the specified data frame.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void Populate(
IDataFrame frame
)
Public Sub Populate (
frame As IDataFrame
)
public:
void Populate(
IDataFrame^ frame
)
member Populate :
frame : IDataFrame -> unit
Parameters
- frame
- Type: Extreme.DataAnalysisIDataFrame
The data frame from which the groups will be populated.
The schema of each group determines which columns in frame
will be used to populate the group.
Reference