Sparse Methods |
The Sparse type exposes the following members.
Name | Description | |
---|---|---|
ColumnsT |
Gets the maximum number of columns (dimensions)
that can be inferred from the given sparse vectors.
| |
FromDenseT(T, Boolean) |
Creates a sparse vector from a dense array.
| |
FromDenseT(T, Boolean) |
Creates sparse vectors from dense arrays.
| |
FromDictionary |
Creates a sparse vector from a dictionary mapping indices to values.
| |
Parse(String, NullableDouble) |
Parses a string containing a sparse array in LibSVM
format into a SparseT vector.
| |
Parse(String, NullableDouble) |
Parses a string containing a sparse array in LibSVM
format into a SparseT vector.
| |
ToDenseT(SparseT) |
Converts an array of sparse vectors into a jagged matrix.
| |
ToDenseT(SparseT, Int32) |
Converts an array of sparse vectors into a jagged matrix.
|