kernlab (version 0.9-13)

kmmd-class: Class "kqr"

Description

The Kernel Maximum Mean Discrepancy object class

Arguments

Objects from the Class

Objects can be created by calls of the form new("kmmd", ...). or by calling the kmmd function

See Also

kmmd,

Examples

Run this code
# create data
x <- matrix(runif(300),100)
y <- matrix(runif(300)+1,100)


mmdo <- kmmd(x, y)

H0(mmdo)

Run the code above in your browser using DataLab