Description Usage Arguments Value Author(s) References Examples
Compute the 2-class Fisher's linear discriminant either in serial or parallel.
1 | fld(x, g)
|
x |
The data in the form of a matrix or ddmatrix. |
g |
The group variable in the form of a matrix/vector or a ddmatrix. The values should be 0 and 1 exclusively. |
A list of class 'fld' containing the prior probabilities, group means, w vector, and c scalar. In the distributed case, the priors and c scalar are both global, while the other values are distributed.
Drew Schmidt
Duda, R. O., Hart, P. E., & Stork, D. G. (2012). Pattern classification, chapter 5. John Wiley & Sons.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.