Interface ISparseEnumerable<T>
Sparsely enumerable
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Collections
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface ISparseEnumerable<T> : IEnumerable<T>, IEnumerable
Type Parameters
Name | Description |
---|---|
T |
Methods
GetSparseEnumerator()
Returns a sparse enumerator
Declaration
ISparseEnumerator<T> GetSparseEnumerator()
Returns
Type | Description |
---|---|
ISparseEnumerator<T> |