tf_privacy.linearly_separable_labeled_examples

Generates num_examples labeled examples using separator given by weights.

num_examples number of labeled examples to generate.
weights dimension by num_classes matrix containing coefficients of linear separator, where dimension is the dimension and num_classes is the number of classes.

RegressionDataset consisting of points and labels. Each point has unit l2-norm.