decodeValueFromBin: Decode binary representation to value

View source: R/modelling.R

decodeValueFromBinR Documentation

Decode binary representation to value

Description

Decode binary representation to value

Usage

decodeValueFromBin(binary, features)

Arguments

binary

<integer> Binary encoded value

features

<list> List of features to decode 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 decoded values


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