Description Usage Arguments Value
Predict method for DA.
| 1 2 3 4 5 6 7 8 9 10 | ## S3 method for class 'KLFDA_mk'
predict(object,prior,testData, ...)
## S3 method for class 'KLFDA'
predict(object,prior,testData, ...)
## S3 method for class 'LDAKPC'
predict(object,prior,testData, ...)
## S3 method for class 'LFDA'
predict(object,prior,testData, ...)
## S3 method for class 'LFDAKPC'
predict(object,prior,testData, ...)
 | 
| object | One of the trained object from discriminant analysis | 
| prior | The weights of the groups. | 
| testData | The test data or new data | 
| ... | Arguments passed to the classifiers | 
The predict function will output the predicted points and their predicted possibility
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.