SOMVizard documentation
Public API

som
Class FVectorGroup

java.lang.Object
  |
  +--som.FVectorGroup

public class FVectorGroup
extends java.lang.Object

A feature vector group which shares common dimensionality and feature names.

Author:
Antti Kerminen

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

FVectorGroup

public FVectorGroup(java.lang.String[] fNames)
Construct a new feature group.

Parameters:
fNames - feature names.

FVectorGroup

public FVectorGroup(int dimensionality)
Construct a new feature group.

Parameters:
dimensionality - the number of dimensions.
Method Detail

getFNames

public java.lang.String[] getFNames()
Get feature names.

Returns:
array of feature names.

dimensionality

public int dimensionality()
Get dimensionality.

Returns:
the dimensionality of vectors in this group.

SOMVizard documentation
Public API

Copyright © 2003 - All rights reserved.
Antti Kerminen