org.apache.spark.ml

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. class SparseMatrix extends Matrix

    Column-major sparse matrix.

  5. class SparseVector extends Vector

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

  6. 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.ml.linalg.DenseMatrix.

  2. object DenseVector extends Serializable

    Annotations
    @Since( "2.0.0" )
  3. object Matrices

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

  4. object SparseMatrix extends Serializable

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

  5. object SparseVector extends Serializable

    Annotations
    @Since( "2.0.0" )
  6. object Vectors

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

Ungrouped