Populates the model input group using the specified
data frame and column keys.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference