예제 #1
0
파일: vq.py 프로젝트: xdTin/hdidx
 def __init__(self):
     PQIndexer.__init__(self)
     self.encoder = IVFPQEncoder()
     self.storage = None