|
SOMVizard documentation Public API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--som.FVectorGroup
A feature vector group which shares common dimensionality and feature names.
Constructor Summary | |
FVectorGroup(int dimensionality)
Construct a new feature group. |
|
FVectorGroup(java.lang.String[] fNames)
Construct a new feature group. |
Method Summary | |
int |
dimensionality()
Get dimensionality. |
java.lang.String[] |
getFNames()
Get feature names. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FVectorGroup(java.lang.String[] fNames)
fNames
- feature names.public FVectorGroup(int dimensionality)
dimensionality
- the number of dimensions.Method Detail |
public java.lang.String[] getFNames()
public int dimensionality()
|
SOMVizard documentation Public API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |