File: NAMESPACE

package info (click to toggle)
r-cran-metrics 0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 292 kB
  • sloc: sh: 13; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 544 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
# Generated by roxygen2: do not edit by hand

export(MeanQuadraticWeightedKappa)
export(ScoreQuadraticWeightedKappa)
export(accuracy)
export(ae)
export(ape)
export(apk)
export(auc)
export(bias)
export(ce)
export(f1)
export(fbeta_score)
export(ll)
export(logLoss)
export(mae)
export(mape)
export(mapk)
export(mase)
export(mdae)
export(mse)
export(msle)
export(percent_bias)
export(precision)
export(rae)
export(recall)
export(rmse)
export(rmsle)
export(rrse)
export(rse)
export(se)
export(sle)
export(smape)
export(sse)
importFrom(stats,median)