Constructs a new
Model object.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
protected Model(
int maxDependentVariables,
int maxIndependentVariables
)
|
| Visual Basic (Declaration) |
Protected Sub New ( _
maxDependentVariables As Integer, _
maxIndependentVariables As Integer _
)
|
| Visual C++ |
protected:
Model(
int maxDependentVariables,
int maxIndependentVariables
)
|
| F# |
new :
maxDependentVariables:int *
maxIndependentVariables:int -> Model
|
Parameters
-
maxDependentVariables
- Type: System..::..Int32
The maximum number of dependent variables.
-
maxIndependentVariables
- Type: System..::..Int32
The maximum number of independent variables.
See Also