Packages

class TRawDatasetRow extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TRawDatasetRow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TRawDatasetRow()
  2. new TRawDatasetRow(cPtr: Long, cMemoryOwn: Boolean)
    Attributes
    protected[src.native_impl]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def GetBaselines(output: Array[Double]): Unit
  5. def GetDenseFloatFeatures(output: Array[Double]): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def delete(): Unit
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[src.native_impl]
    Definition Classes
    TRawDatasetRow → AnyRef
    Annotations
    @SuppressWarnings()
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getFloatTarget(): Float
  14. def getGroupId(): Long
  15. def getGroupWeight(): Float
  16. def getSparseFloatFeaturesIndices(): TVector_i32
  17. def getSparseFloatFeaturesValues(): TVector_double
  18. def getStringTarget(): String
  19. def getSubgroupId(): Int
  20. def getTimestamp(): Long
  21. def getWeight(): Float
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def setFloatTarget(value: Float): Unit
  28. def setGroupId(value: Long): Unit
  29. def setGroupWeight(value: Float): Unit
  30. def setSparseFloatFeaturesIndices(value: TVector_i32): Unit
  31. def setSparseFloatFeaturesValues(value: TVector_double): Unit
  32. def setStringTarget(value: String): Unit
  33. def setSubgroupId(value: Int): Unit
  34. def setTimestamp(value: Long): Unit
  35. def setWeight(value: Float): Unit
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped