searchNODcrit1: searchNODcrit1

Description Usage Arguments Details Value Examples

Description

searchNODcrit1

Usage

1
searchNODcrit1(qProb, crit)

Arguments

qProb

probability vector used to generate quantile values

crit

result of call to correctionTree (with SAVE=TRUE)

Details

description, a paragraph

Value

a list with components

ind

index of last level zoning that has the higher criterion value

critList

criterion value corresponding to best last level zoning

costlist

cost value corresponding to best last level zoning

costLlist

cost per label value corresponding to best last level zoning

nzList

number of zones of best last level zoning

Examples

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

geozoning documentation built on May 2, 2019, 9:43 a.m.