Learn R Programming

ganGenerativeData (version 2.1.6)

dsDeactivateColumns: Deactivate columns

Description

Deactivate columns in a data source in order to exclude them from training of generative models. Note that the training function in the package supports only columns of type R-class numeric, R-type double. All columns of other type have to be deactivated. The training function in the software service for accelerated training of generative models supports columns of any type.

Usage

dsDeactivateColumns(columnVector)

Value

None

Arguments

columnVector

Vector of column indices

Examples

Run this code
# \donttest{
dsCreateWithDataFrame(iris)
dsDeactivateColumns(c(5))
dsGetInactiveColumnNames()# }

Run the code above in your browser using DataLab