|  | Float | 
The FloatSparseVector type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|  | entries_ | Non-zero entries of the sparse vector. (Inherited from SparseVectorDataT) | 
|  | indices_ | Indices of the non-zero entries such that the ith non-zero entry
            has index indices_[i]. (Inherited from SparseVectorDataT) | 
|  | numNonZero_ | Number of non-zero elements in the sparse vector. (Inherited from SparseVectorDataT) | 
 See Also
See Also