OracleSparseVector Constructors
OracleSparseVector
constructors instantiate new instances of OracleSparseVector
class.
Overload List:
-
OracleSparseVector(sparseVectorString)
This constructor creates an instance of the
OracleSparseVector
class with the string representation of a sparse vector. -
OracleSparseVector(sparseVectorString, providerType)
This constructor creates an instance of the
OracleSparseVector
class with the string representation of a sparse vector. -
OracleSparseVector(dimensions, indices, sparseValue)
This constructor creates an instance of the
OracleSparseVector
class with a specified number of dimensions and non-zero vector values stored in ashort[]
. -
OracleSparseVector(dimensions, indices, sparseValue)
This constructor creates an instance of the
OracleSparseVector
class with a specified number of dimensions and non-zero vector values stored in afloat[]
. -
OracleSparseVector(dimensions, indices, sparseValue)
This constructor creates an instance of the
OracleSparseVector
class with a specified number of dimensions and non-zero vector values stored in adouble[]
.