Spark 4.0.0 ScalaDoc - org.apache.spark.ml.linalg.Matrix (original) (raw)

sealed trait Matrix extends Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Matrix

  2. Serializable

  3. AnyRef

  4. Any

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply(i: Int, j: Int): Double
  2. abstract def colIter: Iterator[Vector]
  3. abstract def copy: Matrix
  4. abstract def foreachActive(f: (Int, Int, Double) => Unit): Unit
  5. abstract def numActives: Int
  6. abstract def numCols: Int
  7. abstract def numNonzeros: Int
  8. abstract def numRows: Int
  9. abstract def transpose: Matrix

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. def compressed: Matrix
  7. def compressedColMajor: Matrix
  8. def compressedRowMajor: Matrix
  9. final def eq(arg0: AnyRef): Boolean
  10. def equals(arg0: AnyRef): Boolean
  11. final def getClass(): Class[_ <: AnyRef]
  12. def hashCode(): Int
  13. final def isInstanceOf[T0]: Boolean
  14. val isTransposed: Boolean
  15. def multiply(y: Vector): DenseVector
  16. def multiply(y: DenseVector): DenseVector
  17. def multiply(y: DenseMatrix): DenseMatrix
  18. final def ne(arg0: AnyRef): Boolean
  19. final def notify(): Unit
  20. final def notifyAll(): Unit
  21. def rowIter: Iterator[Vector]
  22. final def synchronized[T0](arg0: => T0): T0
  23. def toArray: Array[Double]
  24. def toDense: DenseMatrix
  25. def toDenseColMajor: DenseMatrix
  26. def toDenseRowMajor: DenseMatrix
  27. def toSparse: SparseMatrix
  28. def toSparseColMajor: SparseMatrix
  29. def toSparseRowMajor: SparseMatrix
  30. def toString(maxLines: Int, maxLineWidth: Int): String
  31. def toString(): String
  32. final def wait(arg0: Long, arg1: Int): Unit
  33. final def wait(arg0: Long): Unit
  34. final def wait(): Unit

Deprecated Value Members

  1. def finalize(): Unit

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Members