exprso (version 0.5.1)

modHistory: Replicate Data Process History

Description

modHistory replicates the fs history of a reference object. Used by predict to prepare validation set for model deployment.

Usage

modHistory(object, reference)

Arguments

object

An ExprsArray object. The object that should undergo a replication of some feature selection and dimension reduction history.

reference

An ExprsArray or ExprsModel object. The object containing the history to use as a template.

Value

A pre-processed ExprsArray object.