Populates the model input group
from the specified vector.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void Populate(
ICategoricalVector values,
string name = null
)
Public Sub Populate (
values As ICategoricalVector,
Optional name As String = Nothing
)
public:
void Populate(
ICategoricalVector^ values,
String^ name = nullptr
)
member Populate :
values : ICategoricalVector *
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> unit
Parameters
- values
- Type: Extreme.MathematicsICategoricalVector
A real vector. - name (Optional)
- Type: SystemString
(Optional.) The name of the variable.
Reference