-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.24 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
export(BaselearnerCategoricalBinary)
export(BaselearnerCategoricalRidge)
export(BaselearnerCentered)
export(BaselearnerCustom)
export(BaselearnerPSpline)
export(BaselearnerPolynomial)
export(BaselearnerTensor)
export(BlearnerFactoryList)
export(CategoricalDataRaw)
export(Compboost)
export(Compboost_internal)
export(InMemoryData)
export(LearnerClassifCompboost)
export(LearnerRegrCompboost)
export(LoggerInbagRisk)
export(LoggerIteration)
export(LoggerList)
export(LoggerOobRisk)
export(LoggerTime)
export(LossAbsolute)
export(LossBinomial)
export(LossCustom)
export(LossHuber)
export(LossQuadratic)
export(LossQuantile)
export(OptimizerAGBM)
export(OptimizerCoordinateDescent)
export(OptimizerCoordinateDescentLineSearch)
export(OptimizerCosineAnnealing)
export(ResponseBinaryClassif)
export(ResponseRegr)
export(boostComponents)
export(boostLinear)
export(boostSplines)
export(getCustomCppExample)
export(plotBaselearner)
export(plotBaselearnerTraces)
export(plotFeatureImportance)
export(plotIndividualContribution)
export(plotPEUni)
export(plotRisk)
export(plotTensor)
import(Matrix)
import(Rcpp)
importFrom(mlr3,Learner)
importFrom(mlr3,mlr_learners)
importFrom(utils,bibentry)
useDynLib(compboost, .registration = TRUE)