ugtm.ugtm_preprocess

Preprocessing operations (mostly using scikit-learn functions).

Functions

chooseKernel(data[, kerneltype])

Kernalize data (uses sklearn)

pcaPreprocess(data[, doPCA, n_components, ...])

Preprocess data using PCA.

processTrainTest(train, test, doPCA, ...[, ...])

Preprocess train and test data using PCA.

Classes

ProcessedTrainTest(train, test)

Class for processed train and test set.