gpComputeAlpha: Update the vector 'alpha' for computing posterior mean...

Description Usage Arguments Value See Also Examples

View source: R/gpComputeAlpha.R

Description

updates the vectors that are known as ‘alpha’ in the support vector machine, in other words invK*y, where y is the target values.

Usage

1
gpComputeAlpha(model, m)

Arguments

model

the model for which the alphas are going to be updated.

m

the values of m for which the updates will be made.

Value

model

the model with the updated alphas.

See Also

gpCreate, gpUpdateAD, gpUpdateKernels.

Examples

1
## missing

alkalait/gptk documentation built on March 7, 2020, 6:30 a.m.