exprso (version 0.1.8)

modHistory: Duplicate Feature Selection History

Description

Duplicates the feature selection history of a reference ExprsArray object. Called directly by predict.ExprsMachine and indirectly by predict.ExprsModule. Ensures that the validation set has undergone the same steps of feature selection and dimension reduction as the training set.

Usage

modHistory(object, reference)

# S4 method for ExprsArray modHistory(object, reference)

Arguments

object

An ExprsArray object. The validation set that should undergo feature selection and dimension reduction.

reference

An ExprsArray or ExprsModel object. The object with feature selection history used as a template for the validation set.

Value

Returns an ExprsArray object.

Methods (by class)

  • ExprsArray: Method to duplicate ExprsArray feature selection history.

See Also

exprso-predict