Model Term Collection Constructor
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Model | Constructs a new model term collection with the specified capacity. |
Model | Constructs a new collection from the specified terms. |
Model | Constructs a new collection from a single term. |
ModelTermCollection(Int32)
Constructs a new model term collection with the specified capacity.
ModelTermCollection(IList<ModelTerm>, Boolean)
Constructs a new collection from the specified terms.
public ModelTermCollection(
IList<ModelTerm> terms,
bool constant = true
)
Parameters
ModelTermCollection(ModelTerm, Boolean)
Constructs a new collection from a single term.
public ModelTermCollection(
ModelTerm term,
bool constant = false
)