public interface LikelihoodCompatible
Modifier and Type | Method and Description |
---|---|
Matrix |
getPredictionVector()
This method returns the prediction associated with the observation.
|
Matrix |
getYVector()
This method returns the vector of observed values.
|
void |
setYVector(Matrix yVector)
This method sets the vector of observed values.
|
void setYVector(Matrix yVector)
yVector
- a row vector (Matrix instance)Matrix getYVector()
Matrix getPredictionVector()