This class is a wrapper for bob.bio.base.algorithm.LDA,
to be used in a PAD context.
**Parameters**
"""
def__init__(self,
lda_subspace_dimension=None,# if set, the LDA subspace will be truncated to the given number of dimensions; by default it is limited to the number of classes in the training set
pca_subspace_dimension=None,# if set, a PCA subspace truncation is performed before applying LDA; might be integral or float