Constructor, initializes a LDA object.
lda = cv.LDA()
lda = cv.LDA('OptionName', optionValue, ...)
Options
- NumComponents number of components (default 0). If 0 (or
less) number of components are given, they are
automatically determined for given data in computation.