Column-major dense matrix.
A dense vector represented by a value array.
Trait for a local matrix.
:: Experimental :: Represents QR factors.
Represents singular value decomposition (SVD) factors.
Column-major sparse matrix.
A sparse vector represented by an index array and an value array.
Represents a numeric vector, whose index type is Int and value type is Double.
:: AlphaComponent ::
Factory methods for org.apache.spark.mllib.linalg.DenseMatrix.
Factory methods for org.apache.spark.mllib.linalg.Matrix.
Factory methods for org.apache.spark.mllib.linalg.SparseMatrix.
Factory methods for org.apache.spark.mllib.linalg.Vector.