Populates the model input group using the specified
data frame and column keys.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public void Populate(
IDataFrame frame,
bool noIntercept,
string[] keys
)
Public Sub Populate (
frame As IDataFrame,
noIntercept As Boolean,
keys As String()
)
public:
void Populate(
IDataFrame^ frame,
bool noIntercept,
array<String^>^ keys
)
member Populate :
frame : IDataFrame *
noIntercept : bool *
keys : string[] -> unit
Parameters
- frame
- Type: Extreme.DataAnalysisIDataFrame
A data frame or matrix. - noIntercept
- Type: SystemBoolean
Specifies whether an intercept (constant) term should be
included or not. - keys
- Type: SystemString
The keys of the column that contains the data.
Numerical Libraries
Supported in: 6.0
Reference