org.pmml4s.common

SparseMatrix

class SparseMatrix extends Matrix

Column-major sparse matrix.

Linear Supertypes
Matrix, PmmlElement, Serializable, Serializable, HasExtensions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SparseMatrix
  2. Matrix
  3. PmmlElement
  4. Serializable
  5. Serializable
  6. HasExtensions
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(i: Int, j: Int): Double

    Definition Classes
    SparseMatrixMatrix
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val colPtrs: Array[Int]

  10. def default(i: Int, j: Int): Double

  11. def default: Double

    Definition Classes
    Matrix
  12. val diagDefault: Option[Double]

    Definition Classes
    SparseMatrixMatrix
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def extensions: Seq[Extension]

    Definition Classes
    HasExtensions
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hasExtensions: Boolean

    Definition Classes
    HasExtensions
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def index(i: Int, j: Int): Int

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def kind: MatrixKind

    Definition Classes
    SparseMatrixMatrix
  23. val nbCols: Int

    Definition Classes
    SparseMatrixMatrix
  24. val nbRows: Int

    Definition Classes
    SparseMatrixMatrix
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. val offDiagDefault: Option[Double]

    Definition Classes
    SparseMatrixMatrix
  29. val rowIndices: Array[Int]

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. val values: Array[Double]

  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Matrix

Inherited from PmmlElement

Inherited from Serializable

Inherited from Serializable

Inherited from HasExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped