Packages

class SparseMatrix extends Matrix

Column-major sparse matrix.

Linear Supertypes
Matrix, PmmlElement, Serializable, HasExtensions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparseMatrix
  2. Matrix
  3. PmmlElement
  4. Serializable
  5. HasExtensions
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SparseMatrix(nbRows: Int, nbCols: Int, colPtrs: Array[Int], rowIndices: Array[Int], values: Array[Double], diagDefault: Option[Double], offDiagDefault: Option[Double])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(i: Int, j: Int): Double
    Definition Classes
    SparseMatrixMatrix
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val colPtrs: Array[Int]
  8. def default(i: Int, j: Int): Double
  9. def default: Double
    Definition Classes
    Matrix
  10. val diagDefault: Option[Double]
    Definition Classes
    SparseMatrixMatrix
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def extensions: Seq[Extension]
    Definition Classes
    HasExtensions
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hasExtensions: Boolean
    Definition Classes
    HasExtensions
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def index(i: Int, j: Int): Int
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def kind: MatrixKind
    Definition Classes
    SparseMatrixMatrix
  21. val nbCols: Int
    Definition Classes
    SparseMatrixMatrix
  22. val nbRows: Int
    Definition Classes
    SparseMatrixMatrix
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val offDiagDefault: Option[Double]
    Definition Classes
    SparseMatrixMatrix
  27. val rowIndices: Array[Int]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. val values: Array[Double]
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Matrix

Inherited from PmmlElement

Inherited from Serializable

Inherited from HasExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped