postprocessing_data {vtype}R Documentation

post processing of data after prediction

Description

Internal function.

Usage

postprocessing_data(rf_model, agr_data, data, qvalue=0.75, miss_values=NULL)

Arguments

rf_model

RF model

agr_data

agregeted data

data

crude data (data,frame)

qvalue

quality value in [0.1, 1.0]

miss_values

a character vector of values considered to be invalid (missing)

Value

a data frame

Author(s)

Andreas Schulz


[Package vtype version 0.8 Index]