vwparams: Access and modify parameters of VW model

Description Usage Arguments Value Examples

Description

These functions allow to access VW model parameters by name and correctly modify them

Usage

1
2
3
vwparams(vwmodel, name)

vwparams(vwmodel, name) <- value

Arguments

vwmodel

[vw] Model of vw class

name

[string] Name of VW parameter

value

[string/int/real/bool] Replacment value of a parameter

Value

Value of a parameter

Examples

1
2
3
4
5
vwmodel <- vwsetup()
# Access parameter
vwparams(vwmodel, "bit_precision")
# Modify parameter
vwparams(vwmodel, "bit_precision") <- 25

ivan-pavlov/rvwgsoc documentation built on July 1, 2019, 9:40 p.m.