case class DartModeParams(dropRate: Double, maxDrop: Int, skipDrop: Double, xgboostDartMode: Boolean, uniformDrop: Boolean) extends Serializable with Product

Defines the dart mode parameters passed to the LightGBM learners.

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

Instance Constructors

  1. new DartModeParams(dropRate: Double, maxDrop: Int, skipDrop: Double, xgboostDartMode: Boolean, uniformDrop: Boolean)

Value Members

  1. val dropRate: Double
  2. val maxDrop: Int
  3. val skipDrop: Double
  4. def toString(): String
    Definition Classes
    DartModeParams → AnyRef → Any
  5. val uniformDrop: Boolean
  6. val xgboostDartMode: Boolean