Packages

c

com.microsoft.azure.synapse.ml.lightgbm.swig

IntPointerSwigArray

class IntPointerSwigArray extends BaseSwigArray[IntSwigArray]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntPointerSwigArray
  2. BaseSwigArray
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntPointerSwigArray(size: Int)
  2. new IntPointerSwigArray(array: SWIGTYPE_p_p_int, size: Int)

Value Members

  1. val array: SWIGTYPE_p_p_int
  2. val columnVectors: Array[Option[IntSwigArray]]
  3. def delete(): Unit
  4. def getItem(index: Long): IntSwigArray
    Definition Classes
    IntPointerSwigArrayBaseSwigArray
  5. def pushElement(col: Int, row: Int, value: Int): Unit
  6. def setItem(index: Long, item: IntSwigArray): Unit
    Definition Classes
    IntPointerSwigArrayBaseSwigArray
  7. val size: Int