ModelTermCollection.Add Method

Adds a model term to the collection.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public void Add(
	ModelTerm item
)

Parameters

item  ModelTerm
The term to add.

Implements

ICollection<T>.Add(T)

Exceptions

See Also