Interface ISparseList<T>
Exposes sparse lists. Inherits from IList<T>
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Collections
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface ISparseList<T> : IList<T>, ICollection<T>, ISparseEnumerable<T>, IEnumerable<T>, IEnumerableType Parameters
| Name | Description | 
|---|---|
| T | Element type |