#include <KohonenDraw.h>
Inheritance diagram for ExKohonenDraw:
Public Member Functions | |
ExKohonenDraw (const KohonenNetwork *net, TrainingSet &inputs) | |
void | drawExamples () |
draw the input training set | |
virtual void | draw () |
draws all | |
Protected Attributes | |
TrainingSet & | inputs |
ref !! void setExamples(TrainingSet &ts) { inputs = ts; } |
|
|
|
draws all
Reimplemented from KohonenDraw. |
|
draw the input training set
|
|
ref !! void setExamples(TrainingSet &ts) { inputs = ts; } Must have correct dimension
|