dsDeactivateColumns: Deactivate columns

View source: R/RcppExports.R

dsDeactivateColumnsR Documentation

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)

Arguments

columnVector

Vector of column indices

Value

None

Examples


dsCreateWithDataFrame(iris)
dsDeactivateColumns(c(5))
dsGetInactiveColumnNames()

ganGenerativeData documentation built on Oct. 7, 2024, 5:09 p.m.