Kernel matrix (dimension:NxN), or a list with the kernel matrix and the
feature space.
Arguments
DATA
A list of M matrices or data.frames containing only real
numbers (class "integer", "float" or "double").
All matrices or data.frames should have the same number of rows and columns.
cos.norm
Should the resulting kernel matrix be cosine normalized? (Defaults: FALSE).
feat_space
If FALSE, only the kernel matrix is returned. Otherwise,
the feature space is also returned. (Defaults: FALSE).
Details
The Frobenius kernel is the same than the Frobenius inner product between
matrices.