DEDS-internal: Internal DEDS functions

Description Usage Details

Description

Internal DEDS functions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
deds.checkB(classlabel, B, verbose = TRUE)
deds.checkothers(tail = "abs", distance = "weuclid", adj = "fdr")
deds.checkclasslabel(classlabel, tests)
deds.checkX(X, classlabel, tests, nsig = nrow(X), B)
test.checkX(X, classlabel, test)
deds.calcFDR(bD, D, R, K = length(D))
deds.calcAdjP(bD, D, R, K = length(D))
deds.next.sample(L)
type2test(tail = c("abs", "higher", "lower"), distance = c("weuclid",
"euclid"), adj = c("fdr", "adjp"), L)
sam.fdr(order.t, ordertB, deltas)
sam.multiclass.func(X, L, prob = 0.5, B = 200, stat.only = TRUE,
verbose = FALSE, s.step=0.01, alpha.step=0.01, plot.it=FALSE)
sam.twoclass.func(X, L, prob = 0.5, B = 200, stat.only = TRUE,
verbose = FALSE, s.step=0.01, alpha.step=0.01, plot.it=FALSE)
sam.oneclass.func(X, L, prob = 0.5, B = 200, stat.only = TRUE,
verbose = FALSE, s.step=0.01, alpha.step=0.01, plot.it=FALSE)
sam.s0(r, s, s.step = 0.01, alpha.step = 0.01, plot.it = FALSE)
euclidean(X, center, wval)

Details

These are not to be called directly by the user.


DEDS documentation built on Oct. 31, 2019, 3:15 a.m.

Related to DEDS-internal in DEDS...