Learn R Programming

geozoning (version 1.0.0)

searchNODcrit: searchNODcrit

Description

searchNODcrit

Usage

searchNODcrit(qProb, le, zk, criterion, cost, costL, nz)

Arguments

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

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

nq

lenght of quantile vector

Details

description, a paragraph

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab