#include <VectorQuantizer.h>
Inheritance diagram for prapi::VectorQuantizer:

Public Methods | |
| virtual int | getBinIndex (const util::List< double > &vector) const=0 throw (ClassificationException&) |
| Get the scalar correspondent for a multi-dimensional vector. | |
| virtual int | getMaxIndex () const=0 |
| Get the maximum bin index this quantizer will give for a vector. | |
|
|
Get the scalar correspondent for a multi-dimensional vector.
Implemented in prapi::VQClassifier< I, C >. |