class TRawDatasetRow extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TRawDatasetRow
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TRawDatasetRow()
- new TRawDatasetRow(cPtr: Long, cMemoryOwn: Boolean)
- Attributes
- protected[src.native_impl]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def GetBaselines(output: Array[Double]): Unit
- def GetDenseFloatFeatures(output: Array[Double]): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delete(): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[src.native_impl]
- Definition Classes
- TRawDatasetRow → AnyRef
- Annotations
- @SuppressWarnings()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFloatTarget(): Float
- def getGroupId(): Long
- def getGroupWeight(): Float
- def getSparseFloatFeaturesIndices(): TVector_i32
- def getSparseFloatFeaturesValues(): TVector_double
- def getStringTarget(): String
- def getSubgroupId(): Int
- def getTimestamp(): Long
- def getWeight(): Float
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setFloatTarget(value: Float): Unit
- def setGroupId(value: Long): Unit
- def setGroupWeight(value: Float): Unit
- def setSparseFloatFeaturesIndices(value: TVector_i32): Unit
- def setSparseFloatFeaturesValues(value: TVector_double): Unit
- def setStringTarget(value: String): Unit
- def setSubgroupId(value: Int): Unit
- def setTimestamp(value: Long): Unit
- def setWeight(value: Float): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()