MATLAB File Help: cv.LDA/compute | Index |
Compute the discriminants for data and labels.
lda.compute(src, labels)
N-by-d
, or a
cell-array of N
vectors each of length d
).
Floating-point type.N
).
Integer type.Performs a Discriminant Analysis with Fisher's Optimization
Criterion on given data in src
and corresponding labels in
labels
using the previous set number of components.
Access | public |
Sealed | false |
Static | false |