|
SparseTToDense Method (Int32)
|
Converts this sparse vector to a dense vector of the given length.
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public T[] ToDense(
int length
)
Public Function ToDense (
length As Integer
) As T()
Request Example
View SourceParameters
- length
- Type: SystemInt32
Return Value
Type:
TSee Also