org.apache.spark.mllib

linalg

package linalg

Visibility
  1. Public
  2. All

Type Members

  1. class DenseMatrix extends Matrix

    Column-major dense matrix.

  2. class DenseVector extends Vector

    A dense vector represented by a value array.

  3. sealed trait Matrix extends Serializable

    Trait for a local matrix.

  4. case class SingularValueDecomposition[UType, VType](U: UType, s: Vector, V: VType) extends Product with Serializable

    :: Experimental :: Represents singular value decomposition (SVD) factors.

  5. class SparseMatrix extends Matrix

    Column-major sparse matrix.

  6. class SparseVector extends Vector

    A sparse vector represented by an index array and an value array.

  7. sealed trait Vector extends Serializable

    Represents a numeric vector, whose index type is Int and value type is Double.

Value Members

  1. object DenseMatrix extends Serializable

    Factory methods for org.apache.spark.mllib.linalg.DenseMatrix.

  2. object DenseVector extends Serializable

  3. object Matrices

    Factory methods for org.apache.spark.mllib.linalg.Matrix.

  4. object SparseMatrix extends Serializable

    Factory methods for org.apache.spark.mllib.linalg.SparseMatrix.

  5. object SparseVector extends Serializable

  6. object Vectors

    Factory methods for org.apache.spark.mllib.linalg.Vector.

  7. package distributed

Ungrouped