cvt.models.ConstrainedMSM

class cvt.models.ConstrainedMSM(n_subdims, n_gds_dims, normalize=False)

Constrained Mutual Subspace Method

__init__(n_subdims, n_gds_dims, normalize=False)
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.