Model Term Collection.Add Expression<U> Method
Adds an expression term to the collection.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A reference to this collection, which has the expression term added.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public ModelTermCollection AddExpression<U>(
Expression<U> expression,
params string[] keys
)
Parameters
- expression Expression<U>
- An expression that can be converted to a delegate of type U.
- keys String[]
- The names of the parameters used in expression.
Type Parameters
- U
- The equivalent delegate type of the lambda expression.
Return Value
ModelTermCollectionA reference to this collection, which has the expression term added.