tree: Solve an optimization problem using a tree algorithm as...

Description Usage Arguments Value

View source: R/typocorr.R

Description

Solve an optimization problem using a tree algorithm as described in Scholtus (2009)

Usage

1
tree(B, kappa, delta = as.logical(rep(NA, ncol(B))), sol = NULL)

Arguments

B

binary matrix with suggested corrections per violated edit

kappa

frequency of suggested corrections

delta

logical vector with partial solution (starts with NA)

sol

current best solution. (starts with null)

Value

sol


deductive documentation built on March 29, 2021, 5:12 p.m.

Related to tree in deductive...