dsDeactivateColumns | R Documentation |
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.
dsDeactivateColumns(columnVector)
columnVector |
Vector of column indices |
None
dsCreateWithDataFrame(iris)
dsDeactivateColumns(c(5))
dsGetInactiveColumnNames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.