I wonder if K = alpha*RBF
can be a valid kernel satisfying Mercer's condition
, where alpha >= 0
is a parameter.
As the parameter alpha >= 0
is a non-negative number and RBF
is already a valid kernel, so their composition should also be a valid kernel. However, the Gram matrix
thus created, does not have diagonal elements 1
which is generally true for any other kernel's Gram matrix, say, RBF kernel's Gram matrix has all diagonal elements 1.