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>, IEnumerable
Type Parameters
Name | Description |
---|---|
T | Element type |