Package org.apache.spark.mllib.linalg
package org.apache.spark.mllib.linalg
-
ClassDescriptionColumn-major dense matrix.A dense vector represented by a value array.Factory methods for
Matrix.Trait for a local matrix.QRDecomposition<QType,RType> Represents QR factors.SingularValueDecomposition<UType,VType> Represents singular value decomposition (SVD) factors.Column-major sparse matrix.A sparse vector represented by an index array and a value array.Represents a numeric vector, whose index type is Int and value type is Double.Factory methods forVector.:: AlphaComponent ::