decodeBinFromValue: Encode value to binary representation

View source: R/modelling.R

decodeBinFromValueR Documentation

Encode value to binary representation

Description

Encode value to binary representation

Usage

decodeBinFromValue(values, features)

Arguments

values

<list> List of values to encode

features

<list> List of features to encode Feature description feature = list( datatype = <type of data> (discrete | integer | float) min = <min value>, max = <max value>, nlevels = <number of levels>, levels = <levels> (optional: discrete type specific) )

Value

<list> of encoded values


biggproject/biggr documentation built on Oct. 2, 2024, 11:13 p.m.