TransformFit: Fit function for test data transformations

Description Usage Arguments Value

View source: R/TransformationsFit.R

Description

Takes in test data and fits the data based on the model file provided

Usage

1
TransformFit(data, trans_fit_model)

Arguments

data

Test data to be tranformed

trans_fit_model

A model file that captures the details of transformations done to train data. This is returned as a list element by VariableTransform function

Value

A transformed dataset


akunuriYoshitha/BestTransform documentation built on Feb. 19, 2021, 3:23 a.m.