Model Term Collection.Get Enumerator Method
Returns an enumerator that iterates over the terms in the collection.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An enumerator that iterates over the terms in the collection.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public IEnumerator<ModelTerm> GetEnumerator()
Return Value
IEnumerator<ModelTerm>An enumerator that iterates over the terms in the collection.