gdTrain: Train a generative model for a data source
Description
Read a data source from a file, train a generative model that generates
normalized generative data for the data source in iterative training steps, write
trained generative model and normalized generated data to a file in binary
format. When a higher number of iterations is used the distribution of
generated data will get closer to that of the data source. When a name of an
existing generative model file is passed training will be continued.
Name of generative data file. When name is NULL
or empty string generated data will not be written to a file.
dataSourceFileName
Name of data source file
columnIndices
Vector of two column indices that are used to plot
two-dimensional projections of normalized generated generative data and data
source for a training step. Indices refer to indices of active columns of
data source. Plotting can be disabled by passing NULL or an empty vector.
trainParameters
Generative model training parameters, see
function gdTrainParameters().