Description Usage Arguments Details Value Examples
searchNODcrit1
1 | searchNODcrit1(qProb, crit)
|
qProb |
probability vector used to generate quantile values |
crit |
result of call to correctionTree (with SAVE=TRUE) |
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
1 2 3 | data(mapTest)
qProb=c(0.1,0.2,0.4);criti=correctionTree(qProb,mapTest) # 2 zonings at last level
res=searchNODcrit1(qProb,criti)# best one is frist element of last level
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.