|
SOMVizard documentation Public API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FVector in som |
Fields in som declared as FVector | |
protected som.FVector |
MapView.compVector
|
protected som.FVector |
SOMVizard.fVector
|
protected som.FVector |
SOMVizard.modelVector
|
protected som.FVector |
SOMVizard.defaultVector
|
Methods in som that return FVector | |
som.FVector |
Cell.getFVector()
Get the feature vector. |
Methods in som with parameters of type FVector | |
protected double |
ComparableLayer.difference(som.FVector v1,
som.FVector v2)
Return the difference between two feature vectors. |
protected double |
ComparableLayer.difference(som.FVector v1,
som.FVector v2)
Return the difference between two feature vectors. |
void |
ComparableLayer.compare(som.FVector vec)
Match the given feature vector to the map. |
void |
FVector.add(som.FVector v)
Add a vector to this vector. |
double |
FVector.distance(som.FVector v)
Calculate the Euclidian distance to another vector. |
double |
FVector.dotProduct(som.FVector v)
Calculate the dot product between this and another vector. |
double |
FVector.difference(som.FVector v)
Calculate an ad hoc difference measure. |
som.Layer |
Map.getLayer(som.FVector fVector)
Get the response (activation) levels of cells to the given vector. |
void |
MapView.setLayer(som.FVector fVector)
Set the layer to be viewed. |
|
SOMVizard documentation Public API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |