| linearFilter-class {xnet} | R Documentation |
Class linearFilter
Description
The class represents the outcome of a linear filter, and is normally
generated by the function linear_filter
Slots
ythe original label matrix with responses.
alphaa numeric vector with the 4 alpha values of the model.
preda matrix with the predictions
meana numeric vector containing the global mean of
ycolmeansa numeric vector containing the column means of
yrowmeansa numeric vector containing the row means of
y.na.rma logical value indicating whether missing values were removed prior to the calculation of the means.
See Also
linear_filter for creating a linear filter model,
and getter fuctions for linearFilter.
[Package xnet version 0.1.11 Index]