LightGBMBooster

io.github.metarank.ltrlib.booster.LightGBMBooster
See theLightGBMBooster companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Logging
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(string: Array[Byte]): LightGBMBooster
override def closeData(d: LGBMDataset): Unit

Attributes

Definition Classes
override def formatData(d: BoosterDataset, parent: Option[LGBMDataset], options: LightGBMOptions): LGBMDataset

Attributes

Definition Classes
override def train(dataset: LGBMDataset, test: Option[LGBMDataset], options: LightGBMOptions, dso: DatasetOptions): LightGBMBooster

Attributes

Definition Classes

Inherited fields

val logger: Logger

Attributes

Inherited from:
Logging