#include <VectorQuantizer.h>
Inheritance diagram for prapi::OLVQ1< I, C >:

Public Methods | |
| OLVQ1 (ProximityMeasure< double > *measure=new EuclideanDistance< double >, int classCount=1) | |
| Create a new OLVQ1 vector quantizer. | |
| OLVQ1 (ProximityMeasure< double > &measure, int classCount=1) | |
| Create a new OLVQ1 vector quantizer. | |
| void | train (const util::List< Sample< double, I, C > > &trainingSamples, const util::List< Sample< double, I, C > > &initialCodeBook, double initialAlpha=0.3, unsigned int iterations=0) |
| Train the code book. | |
|
||||||||||||||||
|
Create a new OLVQ1 vector quantizer. There are no training samples as the internal code book is used as such.
|
|
||||||||||||||||
|
Create a new OLVQ1 vector quantizer. There are no training samples as the internal code book is used as such.
|
|
||||||||||||||||||||||||
|
Train the code book.
|