| nblda-class {NBLDA} | R Documentation |
nblda object
Description
This object is the main class for the NBLDA package. It stores inputs, results, and call info for the trained model.
Details
Objects can be created by calls of the form new("nblda", ...). This type of object is returned from trainNBLDA function of the NBLDA package. It is then used in predict function for predicting class labels of new samples.
Slots
input:an
nblda_inputobject including the count matrix (or data.frame) and class labels.result:an
nblda_trainedobject with elements from the cross-validated and final models.call:a call expression.
Author(s)
Dincer Goksuluk
See Also
[Package NBLDA version 1.0.1 Index]