Click or drag to resize
Accord.NET (logo)

TrainTestSplitTGetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Return Value

Type: IEnumeratorT
An enumerator that can be used to iterate through the collection.
See Also