cca_zoo.datasets: Datasets#

The cca_zoo.datasets module includes utilities to load datasets.

Datasets#

datasets.JointData(view_features[, ...])

Class for generating simulated data for a linear model with multiple representations.

datasets.LatentVariableData(view_features[, ...])

This class generates data based on latent variable models.

datasets.load_breast_data()

Loads the breast data from a remote .rda file.

datasets.load_split_cifar10_data([...])

Load and split the CIFAR-10 dataset into two halves based on color channels.

datasets.load_mfeat_data([features])

Load the Multiple Features (MFeat) dataset.

datasets.load_split_mnist_data()

Load and split the MNIST dataset into two halves.