Constructs a new collection from a single term.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ModelTermCollection(
ModelTerm term,
bool constant = false
)
Public Sub New (
term As ModelTerm,
Optional constant As Boolean = false
)
public:
ModelTermCollection(
ModelTerm^ term,
bool constant = false
)
new :
term : ModelTerm *
?constant : bool
(* Defaults:
let _constant = defaultArg constant false
*)
-> ModelTermCollection
Parameters
- term
- Type: Extreme.DataAnalysis.ModelsModelTerm
A model term. - constant (Optional)
- Type: SystemBoolean
Indicates whether a constant term should be included.
Reference