Packages

c

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

DoublePointerSwigArray

class DoublePointerSwigArray extends BaseSwigArray[DoubleSwigArray]

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

Instance Constructors

  1. new DoublePointerSwigArray(size: Int)
  2. new DoublePointerSwigArray(array: SWIGTYPE_p_p_double, size: Int)

Value Members

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