tapas.attacks.set_classifiers
Classes
|
Combined (concatenated) set features extracted from datasets. |
F_Corr set feature from Stadler et al. Compute linear correlation between features. |
|
|
Classifier that first computes a representation of the dataset and then uses 'traditional' (vector-based) classification techniques. |
|
F_Hist set feature from Stadler et al. Compute a histogram of each column, with binning for continuous variables. |
Naive set feature F_Naive from Stadler et al. Mean, median, and variance of each column is computed. |
|
|
Features that computes random targeted queries that include the user. |
Abstract base class for classifiers over set-valued data. |
|
Represents a set of features that can be extracted from a dataset, as a np.array vector. |