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 Matrices

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

  2. object Vectors

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

  3. package distributed

Ungrouped