public class EmbeddedSpaceVector extends Vector implements java.lang.Cloneable
Vector
in the embedded space. The nature of
this mapping is described in the OmegaMatrix
. Their dimensionality is
equal to the omega dimension.Constructor and Description |
---|
EmbeddedSpaceVector(double[] values,
double classLabel,
OmegaMatrix omegaMatrix) |
EmbeddedSpaceVector(Vector vector,
OmegaMatrix omegaMatrix) |
Modifier and Type | Method and Description |
---|---|
void |
deregisterAllWinnersBut(java.util.List<Prototype> prototypes) |
WinningInformation |
getWinningInformation(java.util.List<Prototype> prototypes) |
java.lang.String |
toString() |
equals, getClassLabel, getDimension, getValue, getValues, hashCode, setClassLabel, setValues, setValues
public EmbeddedSpaceVector(double[] values, double classLabel, OmegaMatrix omegaMatrix)
public EmbeddedSpaceVector(Vector vector, OmegaMatrix omegaMatrix)
public void deregisterAllWinnersBut(java.util.List<Prototype> prototypes)
public WinningInformation getWinningInformation(java.util.List<Prototype> prototypes)