|
FactorPotentialTGetEnumerator Method
|
Returns an enumerator that iterates through all features in this factor potential function.
Namespace:
Accord.Statistics.Models.Fields.Functions
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic IEnumerator<IFeature<T>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of IFeature(Of T))
Request Example
View SourceReturn Value
Type:
IEnumeratorIFeatureT
An
IEnumerator object that can be used to iterate through the collection.
See Also