case class PartitionResult(booster: Option[LightGBMBooster], taskMeasures: TaskInstrumentationMeasures) extends Product with Serializable
Object to encapsulate results from mapPartitions call.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartitionResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PartitionResult(booster: Option[LightGBMBooster], taskMeasures: TaskInstrumentationMeasures)
Value Members
- val booster: Option[LightGBMBooster]
- val taskMeasures: TaskInstrumentationMeasures