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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def hasExtensions: Boolean

    Definition Classes
    HasExtensions
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def index(i: Int, j: Int): Int

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def kind: MatrixKind

    Definition Classes
    SparseMatrixMatrix
  22. val nbCols: Int

    Definition Classes
    SparseMatrixMatrix
  23. val nbRows: Int

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. val offDiagDefault: Option[Double]

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

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

  32. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Matrix

Inherited from PmmlElement

Inherited from Serializable

Inherited from Serializable

Inherited from HasExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped