get_kstar_matrix.ModelTree: K* Matrix of a Model Tree

Description Usage Arguments Value

View source: R/covMatUtils.R

Description

Returns the K* matrix between training data and data to predict for a given modelTree object.

Usage

1
2
3
## S3 method for class 'ModelTree'
get_kstar_matrix(kernel, data.to.predict, training.data,
  hyper.params, additional.params = list())

Arguments

kernel

a ModelTree object

data.to.predict

numeric matrix of data to predict

training.data

the data used to train the Gaussian process

hyper.params

the ModelTree's hyperparameters

additional.params

an empty list (not used for ModelTree objects)

Value

a numeric matrix


mattdneal/gaussianProcess documentation built on May 21, 2019, 12:58 p.m.