Description Usage Arguments Details Value Examples
searchNODcrit
1 | searchNODcrit(qProb, le, zk, criterion, cost, costL, nz)
|
qProb |
probability vector used to generate quantile values |
le |
level index |
zk |
list of zonings |
criterion |
list of criteria |
cost |
list of costs |
costL |
list of per label costs |
nz |
list of numbers of zones |
description, a paragraph
a list with components
index of last level zoning that has the higher criterion value
criterion value corresponding to best last level zoning
cost value corresponding to best last level zoning
cost per label value corresponding to best last level zoning
number of zones of best last level zoning
lenght of quantile vector
1 2 | qProb=c(0.1,0.2);criti=correctionTree(qProb,mapTest)
res=geozoning:::searchNODcrit(qProb,2,criti$zk,criti$criterion,criti$cost,criti$costL,criti$nz)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.