Interface | Description |
---|---|
Observer |
Enables implementing classes to be informed about data to visualized
propagated by the
UpdateManager . |
Class | Description |
---|---|
DataPoint |
The equivalent to Weks's
Instance : the representation of raw input
data. |
DataSpaceVector |
A
Vector living in the data space (as opposed to the embedded space). |
EmbeddedSpaceVector |
The representation of a
Vector in the embedded space. |
OmegaMatrix |
The matrix describing the mapping rule which is used to project
DataPoint s and Prototype s to their respective
EmbeddedSpaceVector .This matrix is of dimension dataDimension x omegaDimension . |
Prototype |
More or less only existing to increase readability.
|
Vector |
GMLVQ's internal data structure.
|
WekaModelConverter |
Converts the internal data structure to WEKA format and vice versa.
|
WinningInformation |
Contains information about the closest prototypes regarding to the parent
EmbeddedSpaceVector . |