0 votes
in Apache Spark by
What do you understand by the term Sparse Vector in Spark?

1 Answer

0 votes
by

In Apache Spark, the sparse vector is a vector that has two parallel arrays, one for indices, and one for values. This is used for storing non-zero entities to save space.

Related questions

0 votes
asked Mar 29, 2022 in Apache Spark by sharadyadav1986
0 votes
asked Dec 21, 2023 in C Plus Plus by GeorgeBell
...