Given several new continuous data vectors stored as rows in a matrix, predict all the y-values of f(z_i).
Given several new continuous data vectors stored as rows in a matrix, predict all the y-values of f(z_i).
the matrix containing row vectors to use for prediction
Given a new continuous data vector z, predict the y-value of f(z).
Given a new continuous data vector z, predict the y-value of f(z).
the vector to use for prediction
Given a set of data vectors (x's) and their corresponding (y's), fit a prediction function y = f(x).
Given a new discrete data vector z, predict the y-value of f(z).
Given a new discrete data vector z, predict the y-value of f(z).
the vector to use for prediction
The
Predictor
trait provides a common framework for several predictors.