Click or drag to resize
Accord.NET (logo)

SparseT Properties

The SparseT generic type exposes the following members.

Properties
  NameDescription
Public propertyIndices
Gets or sets the vector of indices indicating the location of the non-zero elements contained in this sparse vector.
Public propertyItem
Gets the the value stored at position i.
Public propertyLength
Gets the maximum non-zero element index in the sparse vector.
Public propertyValues
Gets or sets the vector of values indicating which non-zero value happens at each position indicated in Indices.
Top
See Also