cvt.models.KernelCMSM¶
-
class
cvt.models.KernelCMSM(n_subdims, n_gds_dims, normalize=False, sigma=None)¶ Kernel Constrained Mutual Subspace Method
-
__init__(n_subdims, n_gds_dims, normalize=False, sigma=None)¶ - Parameters
n_subdims (int) – The dimension of subspace. it must be smaller than the dimension of original space.
n_gds_dims (int) – The dimension of Generalized Difference Subspace.
normalize (boolean, optional (default=True)) – If this is True, all vectors are normalized as |v| = 1.
-