nblda_input-class {NBLDA}R Documentation

nblda_input object

Description

This object is the subclass for the NBLDA package. It stores input objects, i.e., count data and class labels.

Slots

x:

a data.frame or matrix containing the count data input for the NBLDA classifier.

y:

a vector of length equal to the number of rows of x. This is the class label of each subject. Should be either a numeric vector or factor.

Author(s)

Dincer Goksuluk


[Package NBLDA version 1.0.1 Index]