cvt.models.SubspaceMethod

class cvt.models.SubspaceMethod(n_subdims, normalize=False, faster_mode=False)

Mutual Subspace Method

__init__(n_subdims, normalize=False, faster_mode=False)
Parameters
  • n_subdims (int) – The dimension of subspace. it must be smaller than the dimension of original space.

  • normalize (boolean, optional (default=True)) – If this is True, all vectors are normalized as |v| = 1