Uses of Interface
frog.Quantizer

Packages that use Quantizer
frog   
 

Uses of Quantizer in frog
 

Classes in frog that implement Quantizer
 class Kmeans
          Kmeans is a Quantizer implementation that utilizes the k-means algorithm (as well as k-means++ if requested) to select appropriate representatives (that is, build its codebook).
 

Methods in frog with parameters of type Quantizer
static void Log.out(Quantizer source, String message)
          Attempts to log data to the text file and/or the JTextArea associated with this Log.