File: NAMESPACE

package info (click to toggle)
r-cran-mlmetrics 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 232 kB
  • sloc: makefile: 2
file content (39 lines) | stat: -rw-r--r-- 765 bytes parent folder | download | duplicates (2)
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
# Generated by roxygen2: do not edit by hand

export(AUC)
export(Accuracy)
export(Area_Under_Curve)
export(ConfusionDF)
export(ConfusionMatrix)
export(F1_Score)
export(FBeta_Score)
export(GainAUC)
export(Gini)
export(KS_Stat)
export(LiftAUC)
export(LogLoss)
export(MAE)
export(MAPE)
export(MSE)
export(MedianAE)
export(MedianAPE)
export(MultiLogLoss)
export(NormalizedGini)
export(PRAUC)
export(Poisson_LogLoss)
export(Precision)
export(R2_Score)
export(RAE)
export(RMSE)
export(RMSLE)
export(RMSPE)
export(RRSE)
export(Recall)
export(Sensitivity)
export(Specificity)
export(ZeroOneLoss)
importFrom(stats,integrate)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,splinefun)