ltrlib
ltrlib
API
io.github.metarank.ltrlib.booster
Booster
Booster
BoosterFactory
BoosterOptions
DatasetOptions
BoosterDataset
LightGBMBooster
LightGBMBooster
LightGBMOptions
XGBoostBooster
XGBoostBooster
XGBoostOptions
io.github.metarank.ltrlib.input
CSVInputFormat
CSVDataset
InputFormat
InputFormat
DatasetError
LibsvmInputFormat
io.github.metarank.ltrlib.metric
MAP
MRR
MSE
Metric
NDCG
RMSE
io.github.metarank.ltrlib.model
Dataset
DatasetDescriptor
DatasetDescriptor
Feature
Feature
CategoryFeature
SingularFeature
VectorFeature
FitResult
FitResult
IterationResult
LabeledItem
Model
Query
Query
io.github.metarank.ltrlib.output
CSVOutputFormat
LibSVMOutputFormat
OutputFormat
io.github.metarank.ltrlib.ranking
Ranker
io.github.metarank.ltrlib.ranking.pairwise
LambdaMART
LambdaMART
LMartDataset
LMartDataset
io.github.metarank.ltrlib.ranking.pointwise
LogRegRanker
LogRegRanker
BatchSGD
CategoryFeatureWeight
FeatureWeight
LogRegModel
NoOptions
RegWeights
RegressionOptions
SGD
SingularFeatureWeight
VectorFeatureWeight
RandomRanker
RandomRanker
RandomModel
io.github.metarank.ltrlib.util
Logging
ltrlib
/
io.github.metarank.ltrlib.booster
/
LightGBMBooster
LightGBMBooster
io.github.metarank.ltrlib.booster.LightGBMBooster$
See the
LightGBMBooster
companion class
object
LightGBMBooster
extends
BoosterFactory
[
LGBMDataset
,
LightGBMBooster
,
LightGBMOptions
]
Attributes
Companion:
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Product
trait
Mirror
trait
BoosterFactory
[
LGBMDataset
,
LightGBMBooster
,
LightGBMOptions
]
class
Object
trait
Matchable
class
Any
Self type
LightGBMBooster
.type
Clear all
Members list
Concise view
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
apply
(
ds
:
LGBMDataset
,
options
:
LightGBMOptions
,
dso
:
DatasetOptions
):
LightGBMBooster
Attributes
Definition Classes
BoosterFactory
override
def
formatData
(
d
:
BoosterDataset
,
parent
:
Option
[
LGBMDataset
]):
LGBMDataset
Attributes
Definition Classes
BoosterFactory