Click or drag to resize
Accord.NET (logo)

IDataSplitTInput, TOutput Interface

Common interfae for data splits.

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public interface IDataSplit<TInput, TOutput> : IEnumerable
Request Example View Source

Type Parameters

TInput
The type of the input being partitioned into splits.
TOutput
The type of the output being partitioned into splits.

The IDataSplitTInput, TOutput type exposes the following members.

Properties
  NameDescription
Public propertySplitIndex
Gets or sets the index of the split in relation to the original dataset, if applicable.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Top
Extension Methods
See Also

Reference

System.Collections.GenericIEnumerableT