Click or drag to resize
Accord.NET (logo)

DecisionSetGetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public IEnumerator<DecisionRule> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorDecisionRule
An IEnumerator object that can be used to iterate through the collection.
See Also