Spark 3.5.5 ScalaDoc - org.apache.spark.mllib.linalg.DenseMatrix (original) (raw)

class DenseMatrix extends Matrix

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. DenseMatrix

  2. Matrix

  3. Serializable

  4. Serializable

  5. AnyRef

  6. Any

  7. Hide All

  8. Show All

Instance Constructors

  1. new DenseMatrix(numRows: Int, numCols: Int, values: Array[Double])
  2. new DenseMatrix(numRows: Int, numCols: Int, values: Array[Double], isTransposed: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. def apply(i: Int, j: Int): Double
  5. final def asInstanceOf[T0]: T0
  6. def asML: ml.linalg.DenseMatrix
  7. def clone(): AnyRef
  8. def colIter: Iterator[Vector]
  9. def copy: DenseMatrix
  10. final def eq(arg0: AnyRef): Boolean
  11. def equals(o: Any): Boolean
  12. def finalize(): Unit
  13. final def getClass(): Class[_]
  14. def hashCode(): Int
  15. final def isInstanceOf[T0]: Boolean
  16. val isTransposed: Boolean
  17. def multiply(y: Vector): DenseVector
  18. def multiply(y: DenseVector): DenseVector
  19. def multiply(y: DenseMatrix): DenseMatrix
  20. final def ne(arg0: AnyRef): Boolean
  21. final def notify(): Unit
  22. final def notifyAll(): Unit
  23. def numActives: Int
  24. val numCols: Int
  25. def numNonzeros: Int
  26. val numRows: Int
  27. def rowIter: Iterator[Vector]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
  29. def toArray: Array[Double]
  30. def toSparse: SparseMatrix
  31. def toString(maxLines: Int, maxLineWidth: Int): String
  32. def toString(): String
  33. def transpose: DenseMatrix
  34. val values: Array[Double]
  35. final def wait(): Unit
  36. final def wait(arg0: Long, arg1: Int): Unit
  37. final def wait(arg0: Long): Unit

Inherited from Matrix

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped