case class StreamingState(ctx: PartitionTaskContext, dataset: LightGBMDataset, threadIndex: Int) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamingState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StreamingState(ctx: PartitionTaskContext, dataset: LightGBMDataset, threadIndex: Int)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val columnParams: ColumnParams
  7. val ctx: PartitionTaskContext
  8. val dataset: LightGBMDataset
  9. val datasetPointer: SWIGTYPE_p_void
  10. def delete(): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. lazy val featureDataBuffer: DoubleSwigArray
  13. val featureDataPtr: SWIGTYPE_p_void
  14. val featureIndex: Int
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. lazy val groupBuffer: IntSwigArray
  18. val groupIndex: Int
  19. val groupPtr: SWIGTYPE_p_int
  20. val hasGroups: Boolean
  21. val hasInitialScores: Boolean
  22. val hasWeights: Boolean
  23. lazy val indicesBuffer: IntSwigArray
  24. val indicesPtr: SWIGTYPE_p_int
  25. lazy val indptrBuffer: LongSwigArray
  26. val indptrPtr: SWIGTYPE_p_void
  27. lazy val initScoreBuffer: DoubleSwigArray
  28. val initScoreIndex: Int
  29. val initScorePtr: SWIGTYPE_p_double
  30. val isDense: Boolean
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val isSparse: Boolean
  33. val labelBuffer: FloatSwigArray
  34. val labelIndex: Int
  35. val labelPtr: SWIGTYPE_p_float
  36. val microBatchSize: Int
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. val numCols: Int
  41. val numInitScoreClasses: Int
  42. val schema: StructType
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. val threadIndex: Int
  45. val trainingCtx: TrainingContext
  46. lazy val valBuffer: DoubleSwigArray
  47. val valPtr: SWIGTYPE_p_void
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  51. lazy val weightBuffer: FloatSwigArray
  52. val weightIndex: Int
  53. val weightPtr: SWIGTYPE_p_float

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped