Model Term Collection Constructor
            
            
            
            Definition
Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
)