product_quantization
Class CoarseQuantizerLearning

java.lang.Object
  extended by product_quantization.CoarseQuantizerLearning

public class CoarseQuantizerLearning
extends java.lang.Object

This class can be used to learn a coarse quantizer from a set of (VLAD) vectors.

Author:
Eleftherios Spyromitros-Xioufis

Constructor Summary
CoarseQuantizerLearning()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoarseQuantizerLearning

public CoarseQuantizerLearning()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception