|
SparseTIndices Property
|
Gets or sets the vector of indices indicating the location
of the non-zero elements contained in this sparse vector.
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public int[] Indices { get; set; }
Public Property Indices As Integer()
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also