random.partition.kernel: Random Partition Kernel

Description Usage Arguments Value

View source: R/kernels.R

Description

Takes a partition function and returns the covariance between two points derived from that partition function. The partition function should return a vector of integers, with each integer representing the result of a different classifier.

Usage

1
random.partition.kernel(a, b, hyper.params = NULL, additional.params)

Arguments

a

first data point

b

second data point

hyper.params

an empy vector (included for compatibility with kernel function format)

additional.params

A list with a named element "partitionFunction" containing the partition function which defines the kernel

Value

The covariance between a and b


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