Spark 3.5.5 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. Serializable

  4. AnyRef

  5. Any

  6. Hide All

  7. Show All

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: Any): Boolean
  11. def finalize(): Unit
  12. final def getClass(): Class[_]
  13. def hashCode(): Int
  14. final def isInstanceOf[T0]: Boolean
  15. val isTransposed: Boolean
  16. def multiply(y: Vector): DenseVector
  17. def multiply(y: DenseVector): DenseVector
  18. def multiply(y: DenseMatrix): DenseMatrix
  19. final def ne(arg0: AnyRef): Boolean
  20. final def notify(): Unit
  21. final def notifyAll(): Unit
  22. def rowIter: Iterator[Vector]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
  24. def toArray: Array[Double]
  25. def toDense: DenseMatrix
  26. def toDenseColMajor: DenseMatrix
  27. def toDenseRowMajor: DenseMatrix
  28. def toSparse: SparseMatrix
  29. def toSparseColMajor: SparseMatrix
  30. def toSparseRowMajor: SparseMatrix
  31. def toString(maxLines: Int, maxLineWidth: Int): String
  32. def toString(): String
  33. final def wait(): Unit
  34. final def wait(arg0: Long, arg1: Int): Unit
  35. final def wait(arg0: Long): Unit

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Members